From bed78e7f4581514e4447f9b8b202b218d9fa5d44 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 24 Jan 2023 23:59:53 +0900 Subject: [PATCH] Update documents --- docs/assets/highlight.css | 27 +- docs/assets/main.js | 108 ++++---- docs/assets/search.js | 2 +- docs/assets/style.css | 23 ++ docs/classes/Mastodon.html | 260 +++++++++--------- docs/classes/Misskey.html | 256 ++++++++--------- docs/classes/OAuth.AppData.html | 28 +- docs/classes/OAuth.TokenData.html | 30 +- docs/classes/Pleroma.html | 258 ++++++++--------- docs/classes/RequestCanceledError.html | 10 +- docs/functions/default.html | 2 +- docs/functions/detector.html | 2 +- docs/functions/isCancel.html | 2 +- docs/index.html | 40 +-- docs/interfaces/MegalodonInterface.html | 250 ++++++++--------- docs/interfaces/WebSocketInterface.html | 14 +- docs/modules/Entity.html | 78 +++--- docs/modules/FilterContext.html | 2 +- docs/modules/NotificationType.html | 2 +- docs/modules/OAuth.html | 2 +- docs/types/Entity.Account.html | 10 +- docs/types/Entity.Activity.html | 6 +- docs/types/Entity.Alerts.html | 105 +++++++ docs/types/Entity.Application.html | 6 +- docs/types/Entity.AsyncAttachment.html | 10 +- docs/types/Entity.Attachment.html | 12 +- docs/types/Entity.Card.html | 6 +- docs/types/Entity.Context.html | 6 +- docs/types/Entity.Conversation.html | 6 +- docs/types/Entity.Emoji.html | 6 +- docs/types/Entity.FeaturedTag.html | 6 +- docs/types/Entity.Field.html | 6 +- docs/types/Entity.Filter.html | 6 +- docs/types/Entity.FilterContext.html | 6 +- docs/types/Entity.Focus.html | 99 +++++++ docs/types/Entity.History.html | 6 +- docs/types/Entity.IdentityProof.html | 6 +- docs/types/Entity.Instance.html | 6 +- docs/types/Entity.List.html | 6 +- docs/types/Entity.Marker.html | 6 +- docs/types/Entity.Mention.html | 6 +- docs/types/Entity.Meta.html | 121 ++++++++ docs/types/Entity.Notification.html | 6 +- docs/types/Entity.NotificationType.html | 6 +- docs/types/Entity.Poll.html | 6 +- docs/types/Entity.PollOption.html | 6 +- docs/types/Entity.Preferences.html | 6 +- docs/types/Entity.PushSubscription.html | 10 +- docs/types/Entity.Reaction.html | 6 +- docs/types/Entity.Relationship.html | 6 +- docs/types/Entity.Report.html | 6 +- docs/types/Entity.Results.html | 6 +- docs/types/Entity.ScheduledStatus.html | 10 +- docs/types/Entity.Source.html | 10 +- docs/types/Entity.Stats.html | 6 +- docs/types/Entity.Status.html | 6 +- docs/types/Entity.StatusParams.html | 6 +- docs/types/Entity.Sub.html | 109 ++++++++ docs/types/Entity.Tag.html | 6 +- docs/types/Entity.Token.html | 6 +- docs/types/Entity.URLs.html | 6 +- docs/types/OAuth.AppDataFromServer.html | 2 +- docs/types/OAuth.TokenDataFromServer.html | 2 +- docs/types/ProxyConfig.html | 2 +- docs/types/Response.html | 2 +- docs/variables/FilterContext.Account.html | 2 +- docs/variables/FilterContext.Home.html | 2 +- .../FilterContext.Notifications.html | 2 +- docs/variables/FilterContext.Public.html | 2 +- docs/variables/FilterContext.Thread.html | 2 +- .../NotificationType.EmojiReaction.html | 2 +- .../variables/NotificationType.Favourite.html | 2 +- docs/variables/NotificationType.Follow.html | 2 +- .../NotificationType.FollowRequest.html | 2 +- docs/variables/NotificationType.Mention.html | 2 +- .../NotificationType.PollExpired.html | 2 +- docs/variables/NotificationType.PollVote.html | 2 +- docs/variables/NotificationType.Reblog.html | 2 +- docs/variables/NotificationType.Status.html | 2 +- 79 files changed, 1352 insertions(+), 762 deletions(-) create mode 100644 docs/types/Entity.Alerts.html create mode 100644 docs/types/Entity.Focus.html create mode 100644 docs/types/Entity.Meta.html create mode 100644 docs/types/Entity.Sub.html diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css index ce3ecd4..bdbe92a 100644 --- a/docs/assets/highlight.css +++ b/docs/assets/highlight.css @@ -5,20 +5,18 @@ --dark-hl-1: #D4D4D4; --light-hl-2: #0070C1; --dark-hl-2: #4FC1FF; - --light-hl-3: #000000; - --dark-hl-3: #C8C8C8; + --light-hl-3: #AF00DB; + --dark-hl-3: #C586C0; --light-hl-4: #A31515; --dark-hl-4: #CE9178; - --light-hl-5: #AF00DB; - --dark-hl-5: #C586C0; - --light-hl-6: #0000FF; - --dark-hl-6: #569CD6; - --light-hl-7: #267F99; - --dark-hl-7: #4EC9B0; - --light-hl-8: #795E26; - --dark-hl-8: #DCDCAA; - --light-hl-9: #008000; - --dark-hl-9: #6A9955; + --light-hl-5: #0000FF; + --dark-hl-5: #569CD6; + --light-hl-6: #267F99; + --dark-hl-6: #4EC9B0; + --light-hl-7: #795E26; + --dark-hl-7: #DCDCAA; + --light-hl-8: #008000; + --dark-hl-8: #6A9955; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @@ -33,7 +31,6 @@ --hl-6: var(--light-hl-6); --hl-7: var(--light-hl-7); --hl-8: var(--light-hl-8); - --hl-9: var(--light-hl-9); --code-background: var(--light-code-background); } } @@ -47,7 +44,6 @@ --hl-6: var(--dark-hl-6); --hl-7: var(--dark-hl-7); --hl-8: var(--dark-hl-8); - --hl-9: var(--dark-hl-9); --code-background: var(--dark-code-background); } } @@ -61,7 +57,6 @@ --hl-6: var(--light-hl-6); --hl-7: var(--light-hl-7); --hl-8: var(--light-hl-8); - --hl-9: var(--light-hl-9); --code-background: var(--light-code-background); } @@ -75,7 +70,6 @@ --hl-6: var(--dark-hl-6); --hl-7: var(--dark-hl-7); --hl-8: var(--dark-hl-8); - --hl-9: var(--dark-hl-9); --code-background: var(--dark-code-background); } @@ -88,5 +82,4 @@ .hl-6 { color: var(--hl-6); } .hl-7 { color: var(--hl-7); } .hl-8 { color: var(--hl-8); } -.hl-9 { color: var(--hl-9); } pre, code { background: var(--code-background); } diff --git a/docs/assets/main.js b/docs/assets/main.js index b949086..d55df03 100644 --- a/docs/assets/main.js +++ b/docs/assets/main.js @@ -1,54 +1,58 @@ "use strict"; "use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${pe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); -/*! - * lunr.Builder - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Index - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Pipeline - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Set - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.TokenSet - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Vector - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.stemmer - * Copyright (C) 2020 Oliver Nightingale - * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt - */ -/*! - * lunr.stopWordFilter - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.tokenizer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.trimmer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.utils - * Copyright (C) 2020 Oliver Nightingale - */ -/** - * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 - * Copyright (C) 2020 Oliver Nightingale - * @license MIT - */ +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function B(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureFocusedElementVisible(){this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null);let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n.tagName!=="SECTION";)n=n.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}};var I=class{constructor(e){this.el=e.el,this.app=e.app}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends I{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{He(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?pe(e,-1):s.key==="ArrowDown"?pe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ae(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function He(t,e,n,r){if(Ae(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${fe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function pe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function fe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",j="mouseup",Z={x:0,y:0},ge=!1,se=!1,Be=!1,A=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(Be=!0,F="touchstart",ye="touchmove",j="touchend");document.addEventListener(F,t=>{se=!0,A=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(se&&!A){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);A=Math.sqrt(n*n+r*r)>10}});document.addEventListener(j,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends I{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(j,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(j,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){A||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!A&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends I{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends I{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();B(X,".menu-highlight");B(K,"a[data-toggle]");B(te,".tsd-index-accordion");B(ee,".tsd-filter-item input[type=checkbox]");var we=document.getElementById("theme");we&&be(we);var je=new Y;Object.defineProperty(window,"app",{value:je});})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/docs/assets/search.js b/docs/assets/search.js index 00ab86d..dcdc9cb 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":4194304,\"name\":\"Response\",\"url\":\"types/Response.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Response.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Response\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/Response.html#__type.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"types/Response.html#__type.status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":1024,\"name\":\"statusText\",\"url\":\"types/Response.html#__type.statusText\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"types/Response.html#__type.headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":4,\"name\":\"OAuth\",\"url\":\"modules/OAuth.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":4194304,\"name\":\"AppDataFromServer\",\"url\":\"types/OAuth.AppDataFromServer.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OAuth.AppDataFromServer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"OAuth.AppDataFromServer\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"website\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.website\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"redirect_uri\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.redirect_uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"client_id\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.client_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"client_secret\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.client_secret\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":4194304,\"name\":\"TokenDataFromServer\",\"url\":\"types/OAuth.TokenDataFromServer.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"OAuth.TokenDataFromServer\"},{\"kind\":1024,\"name\":\"access_token\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"token_type\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.token_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"scope\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"expires_in\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.expires_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"refresh_token\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.refresh_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":128,\"name\":\"AppData\",\"url\":\"classes/OAuth.AppData.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/OAuth.AppData.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OAuth.AppData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"classes/OAuth.AppData.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"session_token\",\"url\":\"classes/OAuth.AppData.html#session_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/OAuth.AppData.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/OAuth.AppData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"website\",\"url\":\"classes/OAuth.AppData.html#website\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"redirect_uri\",\"url\":\"classes/OAuth.AppData.html#redirect_uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"client_id\",\"url\":\"classes/OAuth.AppData.html#client_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"client_secret\",\"url\":\"classes/OAuth.AppData.html#client_secret\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":262144,\"name\":\"redirectUri\",\"url\":\"classes/OAuth.AppData.html#redirectUri\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":262144,\"name\":\"clientId\",\"url\":\"classes/OAuth.AppData.html#clientId\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":262144,\"name\":\"clientSecret\",\"url\":\"classes/OAuth.AppData.html#clientSecret\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":128,\"name\":\"TokenData\",\"url\":\"classes/OAuth.TokenData.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/OAuth.TokenData.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OAuth.TokenData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"_scope\",\"url\":\"classes/OAuth.TokenData.html#_scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"access_token\",\"url\":\"classes/OAuth.TokenData.html#access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"token_type\",\"url\":\"classes/OAuth.TokenData.html#token_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"classes/OAuth.TokenData.html#created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"expires_in\",\"url\":\"classes/OAuth.TokenData.html#expires_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"refresh_token\",\"url\":\"classes/OAuth.TokenData.html#refresh_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"accessToken\",\"url\":\"classes/OAuth.TokenData.html#accessToken\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"tokenType\",\"url\":\"classes/OAuth.TokenData.html#tokenType\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"scope\",\"url\":\"classes/OAuth.TokenData.html#scope\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"createdAt\",\"url\":\"classes/OAuth.TokenData.html#createdAt\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"expiresIn\",\"url\":\"classes/OAuth.TokenData.html#expiresIn\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"refreshToken\",\"url\":\"classes/OAuth.TokenData.html#refreshToken\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":128,\"name\":\"RequestCanceledError\",\"url\":\"classes/RequestCanceledError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/RequestCanceledError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"RequestCanceledError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RequestCanceledError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RequestCanceledError\"},{\"kind\":1024,\"name\":\"isCancel\",\"url\":\"classes/RequestCanceledError.html#isCancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RequestCanceledError\"},{\"kind\":64,\"name\":\"isCancel\",\"url\":\"functions/isCancel.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"ProxyConfig\",\"url\":\"types/ProxyConfig.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ProxyConfig.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ProxyConfig\"},{\"kind\":1024,\"name\":\"host\",\"url\":\"types/ProxyConfig.html#__type.host\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":1024,\"name\":\"port\",\"url\":\"types/ProxyConfig.html#__type.port\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":1024,\"name\":\"auth\",\"url\":\"types/ProxyConfig.html#__type.auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ProxyConfig.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"types/ProxyConfig.html#__type.__type-1.username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type.__type\"},{\"kind\":1024,\"name\":\"password\",\"url\":\"types/ProxyConfig.html#__type.__type-1.password\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type.__type\"},{\"kind\":1024,\"name\":\"protocol\",\"url\":\"types/ProxyConfig.html#__type.protocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":64,\"name\":\"detector\",\"url\":\"functions/detector.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"MegalodonInterface\",\"url\":\"interfaces/MegalodonInterface.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"interfaces/MegalodonInterface.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"interfaces/MegalodonInterface.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"interfaces/MegalodonInterface.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"interfaces/MegalodonInterface.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"interfaces/MegalodonInterface.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"interfaces/MegalodonInterface.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"interfaces/MegalodonInterface.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"interfaces/MegalodonInterface.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"interfaces/MegalodonInterface.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"interfaces/MegalodonInterface.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"interfaces/MegalodonInterface.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"interfaces/MegalodonInterface.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"interfaces/MegalodonInterface.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"interfaces/MegalodonInterface.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"interfaces/MegalodonInterface.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"interfaces/MegalodonInterface.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"interfaces/MegalodonInterface.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"interfaces/MegalodonInterface.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"interfaces/MegalodonInterface.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"interfaces/MegalodonInterface.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"interfaces/MegalodonInterface.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"interfaces/MegalodonInterface.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"interfaces/MegalodonInterface.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"interfaces/MegalodonInterface.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"interfaces/MegalodonInterface.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"interfaces/MegalodonInterface.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"interfaces/MegalodonInterface.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"interfaces/MegalodonInterface.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"interfaces/MegalodonInterface.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"interfaces/MegalodonInterface.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"interfaces/MegalodonInterface.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"interfaces/MegalodonInterface.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"interfaces/MegalodonInterface.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"interfaces/MegalodonInterface.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"interfaces/MegalodonInterface.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"interfaces/MegalodonInterface.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"interfaces/MegalodonInterface.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"interfaces/MegalodonInterface.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"interfaces/MegalodonInterface.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"interfaces/MegalodonInterface.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"interfaces/MegalodonInterface.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"interfaces/MegalodonInterface.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"interfaces/MegalodonInterface.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"interfaces/MegalodonInterface.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"interfaces/MegalodonInterface.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"interfaces/MegalodonInterface.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"interfaces/MegalodonInterface.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"interfaces/MegalodonInterface.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"interfaces/MegalodonInterface.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"interfaces/MegalodonInterface.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"interfaces/MegalodonInterface.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"interfaces/MegalodonInterface.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"interfaces/MegalodonInterface.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"interfaces/MegalodonInterface.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"interfaces/MegalodonInterface.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"interfaces/MegalodonInterface.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"interfaces/MegalodonInterface.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"interfaces/MegalodonInterface.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"interfaces/MegalodonInterface.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"interfaces/MegalodonInterface.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"interfaces/MegalodonInterface.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"interfaces/MegalodonInterface.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"interfaces/MegalodonInterface.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"interfaces/MegalodonInterface.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"interfaces/MegalodonInterface.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"interfaces/MegalodonInterface.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"interfaces/MegalodonInterface.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"interfaces/MegalodonInterface.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"interfaces/MegalodonInterface.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"interfaces/MegalodonInterface.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"interfaces/MegalodonInterface.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"interfaces/MegalodonInterface.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"interfaces/MegalodonInterface.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"interfaces/MegalodonInterface.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"interfaces/MegalodonInterface.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"interfaces/MegalodonInterface.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"interfaces/MegalodonInterface.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"interfaces/MegalodonInterface.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"interfaces/MegalodonInterface.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"interfaces/MegalodonInterface.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"interfaces/MegalodonInterface.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"interfaces/MegalodonInterface.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"interfaces/MegalodonInterface.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"interfaces/MegalodonInterface.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"interfaces/MegalodonInterface.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"interfaces/MegalodonInterface.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"interfaces/MegalodonInterface.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"interfaces/MegalodonInterface.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"interfaces/MegalodonInterface.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"interfaces/MegalodonInterface.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"interfaces/MegalodonInterface.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"interfaces/MegalodonInterface.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"interfaces/MegalodonInterface.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"interfaces/MegalodonInterface.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"interfaces/MegalodonInterface.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"interfaces/MegalodonInterface.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"interfaces/MegalodonInterface.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"interfaces/MegalodonInterface.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"interfaces/MegalodonInterface.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"interfaces/MegalodonInterface.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"interfaces/MegalodonInterface.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"interfaces/MegalodonInterface.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"interfaces/MegalodonInterface.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"interfaces/MegalodonInterface.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"interfaces/MegalodonInterface.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"interfaces/MegalodonInterface.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"interfaces/MegalodonInterface.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"interfaces/MegalodonInterface.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"interfaces/MegalodonInterface.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"interfaces/MegalodonInterface.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"interfaces/MegalodonInterface.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"interfaces/MegalodonInterface.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":256,\"name\":\"WebSocketInterface\",\"url\":\"interfaces/WebSocketInterface.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/WebSocketInterface.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/WebSocketInterface.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"interfaces/WebSocketInterface.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"once\",\"url\":\"interfaces/WebSocketInterface.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"removeListener\",\"url\":\"interfaces/WebSocketInterface.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"interfaces/WebSocketInterface.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":4,\"name\":\"NotificationType\",\"url\":\"modules/NotificationType.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Follow\",\"url\":\"variables/NotificationType.Follow.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Favourite\",\"url\":\"variables/NotificationType.Favourite.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Reblog\",\"url\":\"variables/NotificationType.Reblog.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Mention\",\"url\":\"variables/NotificationType.Mention.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"EmojiReaction\",\"url\":\"variables/NotificationType.EmojiReaction.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"FollowRequest\",\"url\":\"variables/NotificationType.FollowRequest.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Status\",\"url\":\"variables/NotificationType.Status.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"PollVote\",\"url\":\"variables/NotificationType.PollVote.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"PollExpired\",\"url\":\"variables/NotificationType.PollExpired.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":4,\"name\":\"FilterContext\",\"url\":\"modules/FilterContext.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Home\",\"url\":\"variables/FilterContext.Home.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Notifications\",\"url\":\"variables/FilterContext.Notifications.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Public\",\"url\":\"variables/FilterContext.Public.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Thread\",\"url\":\"variables/FilterContext.Thread.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Account\",\"url\":\"variables/FilterContext.Account.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":128,\"name\":\"Mastodon\",\"url\":\"classes/Mastodon.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Mastodon.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":1024,\"name\":\"client\",\"url\":\"classes/Mastodon.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/Mastodon.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/Mastodon.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"classes/Mastodon.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/Mastodon.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"generateAuthUrl\",\"url\":\"classes/Mastodon.html#generateAuthUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"classes/Mastodon.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"classes/Mastodon.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"classes/Mastodon.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"classes/Mastodon.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"classes/Mastodon.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"classes/Mastodon.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"classes/Mastodon.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"classes/Mastodon.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"classes/Mastodon.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"classes/Mastodon.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"classes/Mastodon.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"classes/Mastodon.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"classes/Mastodon.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"classes/Mastodon.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"urlToAccounts\",\"url\":\"classes/Mastodon.html#urlToAccounts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"classes/Mastodon.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"classes/Mastodon.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"classes/Mastodon.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"classes/Mastodon.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"classes/Mastodon.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"classes/Mastodon.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"classes/Mastodon.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"classes/Mastodon.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"classes/Mastodon.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"classes/Mastodon.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"classes/Mastodon.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"classes/Mastodon.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"classes/Mastodon.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"classes/Mastodon.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"classes/Mastodon.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"classes/Mastodon.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"classes/Mastodon.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"classes/Mastodon.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"classes/Mastodon.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"classes/Mastodon.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"classes/Mastodon.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"classes/Mastodon.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"classes/Mastodon.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"classes/Mastodon.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"classes/Mastodon.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"classes/Mastodon.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"classes/Mastodon.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"classes/Mastodon.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"classes/Mastodon.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"classes/Mastodon.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"classes/Mastodon.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"classes/Mastodon.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"classes/Mastodon.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"classes/Mastodon.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"classes/Mastodon.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"classes/Mastodon.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"classes/Mastodon.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"classes/Mastodon.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"classes/Mastodon.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"classes/Mastodon.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"classes/Mastodon.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"classes/Mastodon.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"classes/Mastodon.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"classes/Mastodon.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"classes/Mastodon.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"classes/Mastodon.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"classes/Mastodon.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"classes/Mastodon.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"classes/Mastodon.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"classes/Mastodon.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"classes/Mastodon.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"classes/Mastodon.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"classes/Mastodon.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"classes/Mastodon.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"classes/Mastodon.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"classes/Mastodon.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"classes/Mastodon.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"classes/Mastodon.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"classes/Mastodon.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"classes/Mastodon.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"classes/Mastodon.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"classes/Mastodon.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"classes/Mastodon.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"classes/Mastodon.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"classes/Mastodon.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"classes/Mastodon.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"classes/Mastodon.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"classes/Mastodon.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"classes/Mastodon.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"classes/Mastodon.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"classes/Mastodon.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"classes/Mastodon.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"classes/Mastodon.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"classes/Mastodon.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"classes/Mastodon.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"classes/Mastodon.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"classes/Mastodon.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"classes/Mastodon.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"classes/Mastodon.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"classes/Mastodon.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"classes/Mastodon.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"classes/Mastodon.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"classes/Mastodon.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"classes/Mastodon.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"classes/Mastodon.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"classes/Mastodon.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"classes/Mastodon.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"classes/Mastodon.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"classes/Mastodon.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"classes/Mastodon.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"classes/Mastodon.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"classes/Mastodon.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"classes/Mastodon.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"classes/Mastodon.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"classes/Mastodon.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"classes/Mastodon.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"classes/Mastodon.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"classes/Mastodon.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"classes/Mastodon.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"classes/Mastodon.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"classes/Mastodon.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"classes/Mastodon.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"classes/Mastodon.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"classes/Mastodon.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"classes/Mastodon.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":128,\"name\":\"Pleroma\",\"url\":\"classes/Pleroma.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Pleroma.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":1024,\"name\":\"client\",\"url\":\"classes/Pleroma.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/Pleroma.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/Pleroma.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"classes/Pleroma.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/Pleroma.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"generateAuthUrl\",\"url\":\"classes/Pleroma.html#generateAuthUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"classes/Pleroma.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"classes/Pleroma.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"classes/Pleroma.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"classes/Pleroma.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"classes/Pleroma.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"classes/Pleroma.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"classes/Pleroma.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"classes/Pleroma.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"classes/Pleroma.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"classes/Pleroma.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"classes/Pleroma.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"classes/Pleroma.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"classes/Pleroma.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"classes/Pleroma.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"classes/Pleroma.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"classes/Pleroma.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"classes/Pleroma.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"classes/Pleroma.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"classes/Pleroma.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"classes/Pleroma.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"classes/Pleroma.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"classes/Pleroma.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"classes/Pleroma.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"classes/Pleroma.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"classes/Pleroma.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"classes/Pleroma.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"classes/Pleroma.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"classes/Pleroma.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"classes/Pleroma.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"classes/Pleroma.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"classes/Pleroma.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"classes/Pleroma.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"classes/Pleroma.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"classes/Pleroma.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"classes/Pleroma.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"classes/Pleroma.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"classes/Pleroma.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"classes/Pleroma.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"classes/Pleroma.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"classes/Pleroma.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"classes/Pleroma.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"classes/Pleroma.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"classes/Pleroma.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"classes/Pleroma.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"classes/Pleroma.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"classes/Pleroma.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"classes/Pleroma.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"classes/Pleroma.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"classes/Pleroma.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"classes/Pleroma.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"classes/Pleroma.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"classes/Pleroma.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"classes/Pleroma.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"classes/Pleroma.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"classes/Pleroma.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"classes/Pleroma.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"classes/Pleroma.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"classes/Pleroma.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"classes/Pleroma.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"classes/Pleroma.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"classes/Pleroma.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"classes/Pleroma.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"classes/Pleroma.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"classes/Pleroma.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"classes/Pleroma.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"classes/Pleroma.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"classes/Pleroma.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"classes/Pleroma.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"classes/Pleroma.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"classes/Pleroma.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"classes/Pleroma.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"classes/Pleroma.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"classes/Pleroma.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"classes/Pleroma.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"classes/Pleroma.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"classes/Pleroma.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"classes/Pleroma.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"classes/Pleroma.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"classes/Pleroma.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"classes/Pleroma.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"classes/Pleroma.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"classes/Pleroma.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"classes/Pleroma.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"classes/Pleroma.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"classes/Pleroma.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"classes/Pleroma.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"classes/Pleroma.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"classes/Pleroma.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"classes/Pleroma.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"classes/Pleroma.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"classes/Pleroma.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"classes/Pleroma.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"classes/Pleroma.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"classes/Pleroma.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"classes/Pleroma.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"classes/Pleroma.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"classes/Pleroma.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"classes/Pleroma.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"classes/Pleroma.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"classes/Pleroma.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"classes/Pleroma.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"classes/Pleroma.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"classes/Pleroma.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"classes/Pleroma.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"classes/Pleroma.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"classes/Pleroma.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"classes/Pleroma.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"classes/Pleroma.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"classes/Pleroma.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"classes/Pleroma.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"classes/Pleroma.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"classes/Pleroma.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"classes/Pleroma.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"classes/Pleroma.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"classes/Pleroma.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"classes/Pleroma.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"classes/Pleroma.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"classes/Pleroma.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"classes/Pleroma.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":128,\"name\":\"Misskey\",\"url\":\"classes/Misskey.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Misskey.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":1024,\"name\":\"client\",\"url\":\"classes/Misskey.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/Misskey.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":1024,\"name\":\"proxyConfig\",\"url\":\"classes/Misskey.html#proxyConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/Misskey.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"classes/Misskey.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/Misskey.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"generateAuthUrlAndToken\",\"url\":\"classes/Misskey.html#generateAuthUrlAndToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"classes/Misskey.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"classes/Misskey.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"classes/Misskey.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"classes/Misskey.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"classes/Misskey.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"classes/Misskey.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"classes/Misskey.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"classes/Misskey.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"classes/Misskey.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"classes/Misskey.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"classes/Misskey.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"classes/Misskey.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"classes/Misskey.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"classes/Misskey.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"classes/Misskey.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"classes/Misskey.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"classes/Misskey.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"classes/Misskey.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"classes/Misskey.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"classes/Misskey.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"classes/Misskey.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"classes/Misskey.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"classes/Misskey.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"classes/Misskey.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"classes/Misskey.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"classes/Misskey.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"classes/Misskey.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"classes/Misskey.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"classes/Misskey.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"classes/Misskey.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"classes/Misskey.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"classes/Misskey.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"classes/Misskey.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"classes/Misskey.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"classes/Misskey.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"classes/Misskey.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"classes/Misskey.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"classes/Misskey.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"classes/Misskey.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"classes/Misskey.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"classes/Misskey.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"classes/Misskey.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"classes/Misskey.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"classes/Misskey.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"classes/Misskey.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"classes/Misskey.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"classes/Misskey.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"classes/Misskey.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"classes/Misskey.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"classes/Misskey.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"classes/Misskey.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"classes/Misskey.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"classes/Misskey.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"classes/Misskey.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"classes/Misskey.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"classes/Misskey.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"classes/Misskey.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"classes/Misskey.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"classes/Misskey.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"classes/Misskey.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"classes/Misskey.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"classes/Misskey.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"classes/Misskey.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"classes/Misskey.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"classes/Misskey.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"classes/Misskey.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"classes/Misskey.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"classes/Misskey.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"classes/Misskey.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"classes/Misskey.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"classes/Misskey.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"classes/Misskey.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"classes/Misskey.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"classes/Misskey.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"classes/Misskey.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"classes/Misskey.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"classes/Misskey.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"classes/Misskey.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"classes/Misskey.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"classes/Misskey.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"classes/Misskey.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"classes/Misskey.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"classes/Misskey.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"classes/Misskey.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"classes/Misskey.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"classes/Misskey.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"classes/Misskey.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"classes/Misskey.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"classes/Misskey.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"classes/Misskey.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"classes/Misskey.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"classes/Misskey.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"classes/Misskey.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"classes/Misskey.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"classes/Misskey.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"classes/Misskey.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"classes/Misskey.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"classes/Misskey.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"classes/Misskey.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"classes/Misskey.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"classes/Misskey.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"classes/Misskey.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"classes/Misskey.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"classes/Misskey.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"classes/Misskey.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"classes/Misskey.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"classes/Misskey.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"classes/Misskey.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"classes/Misskey.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"classes/Misskey.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"classes/Misskey.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"classes/Misskey.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"classes/Misskey.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"classes/Misskey.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"classes/Misskey.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"classes/Misskey.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"classes/Misskey.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"classes/Misskey.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"classes/Misskey.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":4,\"name\":\"Entity\",\"url\":\"modules/Entity.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":4194304,\"name\":\"Emoji\",\"url\":\"types/Entity.Emoji.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Emoji.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Emoji\"},{\"kind\":1024,\"name\":\"shortcode\",\"url\":\"types/Entity.Emoji.html#__type.shortcode\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":1024,\"name\":\"static_url\",\"url\":\"types/Entity.Emoji.html#__type.static_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Emoji.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":1024,\"name\":\"visible_in_picker\",\"url\":\"types/Entity.Emoji.html#__type.visible_in_picker\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":4194304,\"name\":\"Source\",\"url\":\"types/Entity.Source.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Source.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Source\"},{\"kind\":1024,\"name\":\"privacy\",\"url\":\"types/Entity.Source.html#__type.privacy\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"sensitive\",\"url\":\"types/Entity.Source.html#__type.sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"language\",\"url\":\"types/Entity.Source.html#__type.language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"types/Entity.Source.html#__type.note\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"fields\",\"url\":\"types/Entity.Source.html#__type.fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":4194304,\"name\":\"Account\",\"url\":\"types/Entity.Account.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Account.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Account\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Account.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"types/Entity.Account.html#__type.username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"acct\",\"url\":\"types/Entity.Account.html#__type.acct\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"display_name\",\"url\":\"types/Entity.Account.html#__type.display_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"locked\",\"url\":\"types/Entity.Account.html#__type.locked\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Account.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"followers_count\",\"url\":\"types/Entity.Account.html#__type.followers_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"following_count\",\"url\":\"types/Entity.Account.html#__type.following_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"statuses_count\",\"url\":\"types/Entity.Account.html#__type.statuses_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"types/Entity.Account.html#__type.note\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Account.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"avatar\",\"url\":\"types/Entity.Account.html#__type.avatar\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"avatar_static\",\"url\":\"types/Entity.Account.html#__type.avatar_static\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"header\",\"url\":\"types/Entity.Account.html#__type.header\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"header_static\",\"url\":\"types/Entity.Account.html#__type.header_static\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"emojis\",\"url\":\"types/Entity.Account.html#__type.emojis\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"moved\",\"url\":\"types/Entity.Account.html#__type.moved\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"fields\",\"url\":\"types/Entity.Account.html#__type.fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"bot\",\"url\":\"types/Entity.Account.html#__type.bot\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"source\",\"url\":\"types/Entity.Account.html#__type.source\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":4194304,\"name\":\"Activity\",\"url\":\"types/Entity.Activity.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Activity.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Activity\"},{\"kind\":1024,\"name\":\"week\",\"url\":\"types/Entity.Activity.html#__type.week\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":1024,\"name\":\"statuses\",\"url\":\"types/Entity.Activity.html#__type.statuses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":1024,\"name\":\"logins\",\"url\":\"types/Entity.Activity.html#__type.logins\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":1024,\"name\":\"registrations\",\"url\":\"types/Entity.Activity.html#__type.registrations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":4194304,\"name\":\"Application\",\"url\":\"types/Entity.Application.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Application.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Application\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Application.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Application.__type\"},{\"kind\":1024,\"name\":\"website\",\"url\":\"types/Entity.Application.html#__type.website\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Application.__type\"},{\"kind\":1024,\"name\":\"vapid_key\",\"url\":\"types/Entity.Application.html#__type.vapid_key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Application.__type\"},{\"kind\":4194304,\"name\":\"AsyncAttachment\",\"url\":\"types/Entity.AsyncAttachment.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.AsyncAttachment.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.AsyncAttachment\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.AsyncAttachment.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.AsyncAttachment.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"remote_url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.remote_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"preview_url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.preview_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"text_url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.text_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"meta\",\"url\":\"types/Entity.AsyncAttachment.html#__type.meta\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.AsyncAttachment.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"blurhash\",\"url\":\"types/Entity.AsyncAttachment.html#__type.blurhash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":4194304,\"name\":\"Attachment\",\"url\":\"types/Entity.Attachment.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Attachment.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Attachment\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Attachment.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.Attachment.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Attachment.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"remote_url\",\"url\":\"types/Entity.Attachment.html#__type.remote_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"preview_url\",\"url\":\"types/Entity.Attachment.html#__type.preview_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"text_url\",\"url\":\"types/Entity.Attachment.html#__type.text_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"meta\",\"url\":\"types/Entity.Attachment.html#__type.meta\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.Attachment.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"blurhash\",\"url\":\"types/Entity.Attachment.html#__type.blurhash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":4194304,\"name\":\"Card\",\"url\":\"types/Entity.Card.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Card.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Card\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Card.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.Card.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.Card.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.Card.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"image\",\"url\":\"types/Entity.Card.html#__type.image\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"author_name\",\"url\":\"types/Entity.Card.html#__type.author_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"author_url\",\"url\":\"types/Entity.Card.html#__type.author_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"provider_name\",\"url\":\"types/Entity.Card.html#__type.provider_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"provider_url\",\"url\":\"types/Entity.Card.html#__type.provider_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"html\",\"url\":\"types/Entity.Card.html#__type.html\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"types/Entity.Card.html#__type.width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"types/Entity.Card.html#__type.height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":4194304,\"name\":\"Mention\",\"url\":\"types/Entity.Mention.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Mention.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Mention\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Mention.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"types/Entity.Mention.html#__type.username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Mention.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":1024,\"name\":\"acct\",\"url\":\"types/Entity.Mention.html#__type.acct\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":4194304,\"name\":\"History\",\"url\":\"types/Entity.History.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.History.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.History\"},{\"kind\":1024,\"name\":\"day\",\"url\":\"types/Entity.History.html#__type.day\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.History.__type\"},{\"kind\":1024,\"name\":\"uses\",\"url\":\"types/Entity.History.html#__type.uses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.History.__type\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.History.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.History.__type\"},{\"kind\":4194304,\"name\":\"Tag\",\"url\":\"types/Entity.Tag.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Tag.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Tag\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Tag.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Tag.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Tag.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Tag.__type\"},{\"kind\":1024,\"name\":\"history\",\"url\":\"types/Entity.Tag.html#__type.history\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Tag.__type\"},{\"kind\":4194304,\"name\":\"PollOption\",\"url\":\"types/Entity.PollOption.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.PollOption.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.PollOption\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.PollOption.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PollOption.__type\"},{\"kind\":1024,\"name\":\"votes_count\",\"url\":\"types/Entity.PollOption.html#__type.votes_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PollOption.__type\"},{\"kind\":4194304,\"name\":\"Poll\",\"url\":\"types/Entity.Poll.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Poll.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Poll\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Poll.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"expires_at\",\"url\":\"types/Entity.Poll.html#__type.expires_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"expired\",\"url\":\"types/Entity.Poll.html#__type.expired\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"multiple\",\"url\":\"types/Entity.Poll.html#__type.multiple\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"votes_count\",\"url\":\"types/Entity.Poll.html#__type.votes_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"types/Entity.Poll.html#__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"voted\",\"url\":\"types/Entity.Poll.html#__type.voted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":4194304,\"name\":\"Reaction\",\"url\":\"types/Entity.Reaction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Reaction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Reaction\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"types/Entity.Reaction.html#__type.count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":1024,\"name\":\"me\",\"url\":\"types/Entity.Reaction.html#__type.me\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Reaction.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.Reaction.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":4194304,\"name\":\"Status\",\"url\":\"types/Entity.Status.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Status.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Status\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Status.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"uri\",\"url\":\"types/Entity.Status.html#__type.uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Status.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"types/Entity.Status.html#__type.account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"in_reply_to_id\",\"url\":\"types/Entity.Status.html#__type.in_reply_to_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"in_reply_to_account_id\",\"url\":\"types/Entity.Status.html#__type.in_reply_to_account_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"reblog\",\"url\":\"types/Entity.Status.html#__type.reblog\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"content\",\"url\":\"types/Entity.Status.html#__type.content\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"plain_content\",\"url\":\"types/Entity.Status.html#__type.plain_content\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Status.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"emojis\",\"url\":\"types/Entity.Status.html#__type.emojis\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"replies_count\",\"url\":\"types/Entity.Status.html#__type.replies_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"reblogs_count\",\"url\":\"types/Entity.Status.html#__type.reblogs_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"favourites_count\",\"url\":\"types/Entity.Status.html#__type.favourites_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"reblogged\",\"url\":\"types/Entity.Status.html#__type.reblogged\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"favourited\",\"url\":\"types/Entity.Status.html#__type.favourited\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"muted\",\"url\":\"types/Entity.Status.html#__type.muted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"sensitive\",\"url\":\"types/Entity.Status.html#__type.sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"spoiler_text\",\"url\":\"types/Entity.Status.html#__type.spoiler_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"visibility\",\"url\":\"types/Entity.Status.html#__type.visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"media_attachments\",\"url\":\"types/Entity.Status.html#__type.media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"mentions\",\"url\":\"types/Entity.Status.html#__type.mentions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"types/Entity.Status.html#__type.tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"card\",\"url\":\"types/Entity.Status.html#__type.card\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"poll\",\"url\":\"types/Entity.Status.html#__type.poll\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"application\",\"url\":\"types/Entity.Status.html#__type.application\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"language\",\"url\":\"types/Entity.Status.html#__type.language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"pinned\",\"url\":\"types/Entity.Status.html#__type.pinned\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"emoji_reactions\",\"url\":\"types/Entity.Status.html#__type.emoji_reactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"quote\",\"url\":\"types/Entity.Status.html#__type.quote\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"bookmarked\",\"url\":\"types/Entity.Status.html#__type.bookmarked\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":4194304,\"name\":\"Context\",\"url\":\"types/Entity.Context.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Context.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Context\"},{\"kind\":1024,\"name\":\"ancestors\",\"url\":\"types/Entity.Context.html#__type.ancestors\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Context.__type\"},{\"kind\":1024,\"name\":\"descendants\",\"url\":\"types/Entity.Context.html#__type.descendants\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Context.__type\"},{\"kind\":4194304,\"name\":\"Conversation\",\"url\":\"types/Entity.Conversation.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Conversation.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Conversation\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Conversation.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.Conversation.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":1024,\"name\":\"last_status\",\"url\":\"types/Entity.Conversation.html#__type.last_status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":1024,\"name\":\"unread\",\"url\":\"types/Entity.Conversation.html#__type.unread\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":4194304,\"name\":\"FeaturedTag\",\"url\":\"types/Entity.FeaturedTag.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.FeaturedTag.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.FeaturedTag\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.FeaturedTag.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.FeaturedTag.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":1024,\"name\":\"statuses_count\",\"url\":\"types/Entity.FeaturedTag.html#__type.statuses_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":1024,\"name\":\"last_status_at\",\"url\":\"types/Entity.FeaturedTag.html#__type.last_status_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":4194304,\"name\":\"Field\",\"url\":\"types/Entity.Field.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Field.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Field\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Field.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Field.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/Entity.Field.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Field.__type\"},{\"kind\":1024,\"name\":\"verified_at\",\"url\":\"types/Entity.Field.html#__type.verified_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Field.__type\"},{\"kind\":4194304,\"name\":\"Filter\",\"url\":\"types/Entity.Filter.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Filter.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Filter\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Filter.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"phrase\",\"url\":\"types/Entity.Filter.html#__type.phrase\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"types/Entity.Filter.html#__type.context\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"expires_at\",\"url\":\"types/Entity.Filter.html#__type.expires_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"irreversible\",\"url\":\"types/Entity.Filter.html#__type.irreversible\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"whole_word\",\"url\":\"types/Entity.Filter.html#__type.whole_word\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":4194304,\"name\":\"FilterContext\",\"url\":\"types/Entity.FilterContext.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":4194304,\"name\":\"IdentityProof\",\"url\":\"types/Entity.IdentityProof.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.IdentityProof.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.IdentityProof\"},{\"kind\":1024,\"name\":\"provider\",\"url\":\"types/Entity.IdentityProof.html#__type.provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"provider_username\",\"url\":\"types/Entity.IdentityProof.html#__type.provider_username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"types/Entity.IdentityProof.html#__type.updated_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"proof_url\",\"url\":\"types/Entity.IdentityProof.html#__type.proof_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"profile_url\",\"url\":\"types/Entity.IdentityProof.html#__type.profile_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":4194304,\"name\":\"URLs\",\"url\":\"types/Entity.URLs.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.URLs.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.URLs\"},{\"kind\":1024,\"name\":\"streaming_api\",\"url\":\"types/Entity.URLs.html#__type.streaming_api\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.URLs.__type\"},{\"kind\":4194304,\"name\":\"Stats\",\"url\":\"types/Entity.Stats.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Stats.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Stats\"},{\"kind\":1024,\"name\":\"user_count\",\"url\":\"types/Entity.Stats.html#__type.user_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Stats.__type\"},{\"kind\":1024,\"name\":\"status_count\",\"url\":\"types/Entity.Stats.html#__type.status_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Stats.__type\"},{\"kind\":1024,\"name\":\"domain_count\",\"url\":\"types/Entity.Stats.html#__type.domain_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Stats.__type\"},{\"kind\":4194304,\"name\":\"Instance\",\"url\":\"types/Entity.Instance.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Instance\"},{\"kind\":1024,\"name\":\"uri\",\"url\":\"types/Entity.Instance.html#__type.uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.Instance.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.Instance.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"email\",\"url\":\"types/Entity.Instance.html#__type.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Entity.Instance.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"thumbnail\",\"url\":\"types/Entity.Instance.html#__type.thumbnail\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"urls\",\"url\":\"types/Entity.Instance.html#__type.urls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"stats\",\"url\":\"types/Entity.Instance.html#__type.stats\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"languages\",\"url\":\"types/Entity.Instance.html#__type.languages\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"contact_account\",\"url\":\"types/Entity.Instance.html#__type.contact_account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"max_toot_chars\",\"url\":\"types/Entity.Instance.html#__type.max_toot_chars\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"registrations\",\"url\":\"types/Entity.Instance.html#__type.registrations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"configuration\",\"url\":\"types/Entity.Instance.html#__type.configuration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"statuses\",\"url\":\"types/Entity.Instance.html#__type.__type-1.statuses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type\"},{\"kind\":1024,\"name\":\"max_characters\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-4.max_characters\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"max_media_attachments\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-4.max_media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"characters_reserved_per_url\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-4.characters_reserved_per_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"media_attachments\",\"url\":\"types/Entity.Instance.html#__type.__type-1.media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type\"},{\"kind\":1024,\"name\":\"supported_mime_types\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-2.supported_mime_types\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"image_size_limit\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-2.image_size_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"image_matrix_limit\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-2.image_matrix_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"video_size_limit\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-2.video_size_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"video_frame_limit\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-2.video_frame_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"video_matrix_limit\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-2.video_matrix_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"polls\",\"url\":\"types/Entity.Instance.html#__type.__type-1.polls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type\"},{\"kind\":1024,\"name\":\"max_options\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-3.max_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"max_characters_per_option\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-3.max_characters_per_option\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"min_expiration\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-3.min_expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":1024,\"name\":\"max_expiration\",\"url\":\"types/Entity.Instance.html#__type.__type-1.__type-3.max_expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.__type.__type\"},{\"kind\":4194304,\"name\":\"List\",\"url\":\"types/Entity.List.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.List.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.List\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.List.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.List.__type\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.List.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.List.__type\"},{\"kind\":4194304,\"name\":\"Marker\",\"url\":\"types/Entity.Marker.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Marker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Marker\"},{\"kind\":1024,\"name\":\"home\",\"url\":\"types/Entity.Marker.html#__type.home\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Marker.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type\"},{\"kind\":1024,\"name\":\"last_read_id\",\"url\":\"types/Entity.Marker.html#__type.__type-1.last_read_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Entity.Marker.html#__type.__type-1.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.__type\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"types/Entity.Marker.html#__type.__type-1.updated_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.__type\"},{\"kind\":1024,\"name\":\"notifications\",\"url\":\"types/Entity.Marker.html#__type.notifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Marker.html#__type.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type\"},{\"kind\":1024,\"name\":\"last_read_id\",\"url\":\"types/Entity.Marker.html#__type.__type-2.last_read_id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Entity.Marker.html#__type.__type-2.version-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.__type\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"types/Entity.Marker.html#__type.__type-2.updated_at-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.__type\"},{\"kind\":1024,\"name\":\"unread_count\",\"url\":\"types/Entity.Marker.html#__type.__type-2.unread_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.__type\"},{\"kind\":4194304,\"name\":\"Notification\",\"url\":\"types/Entity.Notification.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Notification.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Notification\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"types/Entity.Notification.html#__type.account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Notification.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Notification.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"types/Entity.Notification.html#__type.status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"emoji\",\"url\":\"types/Entity.Notification.html#__type.emoji\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.Notification.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":4194304,\"name\":\"NotificationType\",\"url\":\"types/Entity.NotificationType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":4194304,\"name\":\"Preferences\",\"url\":\"types/Entity.Preferences.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Preferences.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Preferences\"},{\"kind\":1024,\"name\":\"posting:default:visibility\",\"url\":\"types/Entity.Preferences.html#__type.posting_default_visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"posting:default:sensitive\",\"url\":\"types/Entity.Preferences.html#__type.posting_default_sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"posting:default:language\",\"url\":\"types/Entity.Preferences.html#__type.posting_default_language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"reading:expand:media\",\"url\":\"types/Entity.Preferences.html#__type.reading_expand_media\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"reading:expand:spoilers\",\"url\":\"types/Entity.Preferences.html#__type.reading_expand_spoilers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":4194304,\"name\":\"PushSubscription\",\"url\":\"types/Entity.PushSubscription.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.PushSubscription.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.PushSubscription\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.PushSubscription.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":1024,\"name\":\"endpoint\",\"url\":\"types/Entity.PushSubscription.html#__type.endpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":1024,\"name\":\"server_key\",\"url\":\"types/Entity.PushSubscription.html#__type.server_key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":1024,\"name\":\"alerts\",\"url\":\"types/Entity.PushSubscription.html#__type.alerts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":4194304,\"name\":\"Relationship\",\"url\":\"types/Entity.Relationship.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Relationship.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Relationship\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Relationship.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"following\",\"url\":\"types/Entity.Relationship.html#__type.following\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"followed_by\",\"url\":\"types/Entity.Relationship.html#__type.followed_by\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"delivery_following\",\"url\":\"types/Entity.Relationship.html#__type.delivery_following\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"blocking\",\"url\":\"types/Entity.Relationship.html#__type.blocking\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"blocked_by\",\"url\":\"types/Entity.Relationship.html#__type.blocked_by\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"muting\",\"url\":\"types/Entity.Relationship.html#__type.muting\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"muting_notifications\",\"url\":\"types/Entity.Relationship.html#__type.muting_notifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"requested\",\"url\":\"types/Entity.Relationship.html#__type.requested\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"domain_blocking\",\"url\":\"types/Entity.Relationship.html#__type.domain_blocking\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"showing_reblogs\",\"url\":\"types/Entity.Relationship.html#__type.showing_reblogs\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"endorsed\",\"url\":\"types/Entity.Relationship.html#__type.endorsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"notifying\",\"url\":\"types/Entity.Relationship.html#__type.notifying\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":4194304,\"name\":\"Report\",\"url\":\"types/Entity.Report.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Report.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Report\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Report.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"action_taken\",\"url\":\"types/Entity.Report.html#__type.action_taken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"comment\",\"url\":\"types/Entity.Report.html#__type.comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"account_id\",\"url\":\"types/Entity.Report.html#__type.account_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"status_ids\",\"url\":\"types/Entity.Report.html#__type.status_ids\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":4194304,\"name\":\"Results\",\"url\":\"types/Entity.Results.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Results.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Results\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.Results.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Results.__type\"},{\"kind\":1024,\"name\":\"statuses\",\"url\":\"types/Entity.Results.html#__type.statuses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Results.__type\"},{\"kind\":1024,\"name\":\"hashtags\",\"url\":\"types/Entity.Results.html#__type.hashtags\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Results.__type\"},{\"kind\":4194304,\"name\":\"ScheduledStatus\",\"url\":\"types/Entity.ScheduledStatus.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.ScheduledStatus.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.ScheduledStatus\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.ScheduledStatus.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":1024,\"name\":\"scheduled_at\",\"url\":\"types/Entity.ScheduledStatus.html#__type.scheduled_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"types/Entity.ScheduledStatus.html#__type.params\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":1024,\"name\":\"media_attachments\",\"url\":\"types/Entity.ScheduledStatus.html#__type.media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":4194304,\"name\":\"StatusParams\",\"url\":\"types/Entity.StatusParams.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.StatusParams.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.StatusParams\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"types/Entity.StatusParams.html#__type.text\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"in_reply_to_id\",\"url\":\"types/Entity.StatusParams.html#__type.in_reply_to_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"media_ids\",\"url\":\"types/Entity.StatusParams.html#__type.media_ids\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"sensitive\",\"url\":\"types/Entity.StatusParams.html#__type.sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"spoiler_text\",\"url\":\"types/Entity.StatusParams.html#__type.spoiler_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"visibility\",\"url\":\"types/Entity.StatusParams.html#__type.visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"scheduled_at\",\"url\":\"types/Entity.StatusParams.html#__type.scheduled_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"application_id\",\"url\":\"types/Entity.StatusParams.html#__type.application_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":4194304,\"name\":\"Token\",\"url\":\"types/Entity.Token.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Token.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Token\"},{\"kind\":1024,\"name\":\"access_token\",\"url\":\"types/Entity.Token.html#__type.access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":1024,\"name\":\"token_type\",\"url\":\"types/Entity.Token.html#__type.token_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":1024,\"name\":\"scope\",\"url\":\"types/Entity.Token.html#__type.scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Token.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/default.html\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,64.156]],[\"comment/0\",[]],[\"name/1\",[1,29.604]],[\"comment/1\",[]],[\"name/2\",[2,64.156]],[\"comment/2\",[]],[\"name/3\",[3,53.17]],[\"comment/3\",[]],[\"name/4\",[4,64.156]],[\"comment/4\",[]],[\"name/5\",[5,64.156]],[\"comment/5\",[]],[\"name/6\",[6,64.156]],[\"comment/6\",[]],[\"name/7\",[7,64.156]],[\"comment/7\",[]],[\"name/8\",[1,29.604]],[\"comment/8\",[]],[\"name/9\",[8,39.589]],[\"comment/9\",[]],[\"name/10\",[9,48.062]],[\"comment/10\",[]],[\"name/11\",[10,55.683]],[\"comment/11\",[]],[\"name/12\",[11,59.048]],[\"comment/12\",[]],[\"name/13\",[12,59.048]],[\"comment/13\",[]],[\"name/14\",[13,59.048]],[\"comment/14\",[]],[\"name/15\",[14,64.156]],[\"comment/15\",[]],[\"name/16\",[1,29.604]],[\"comment/16\",[]],[\"name/17\",[15,55.683]],[\"comment/17\",[]],[\"name/18\",[16,55.683]],[\"comment/18\",[]],[\"name/19\",[17,55.683]],[\"comment/19\",[]],[\"name/20\",[18,49.493]],[\"comment/20\",[]],[\"name/21\",[19,59.048]],[\"comment/21\",[]],[\"name/22\",[20,59.048]],[\"comment/22\",[]],[\"name/23\",[21,64.156]],[\"comment/23\",[]],[\"name/24\",[22,59.048]],[\"comment/24\",[]],[\"name/25\",[23,49.493]],[\"comment/25\",[]],[\"name/26\",[24,45.698]],[\"comment/26\",[]],[\"name/27\",[25,64.156]],[\"comment/27\",[]],[\"name/28\",[8,39.589]],[\"comment/28\",[]],[\"name/29\",[9,48.062]],[\"comment/29\",[]],[\"name/30\",[10,55.683]],[\"comment/30\",[]],[\"name/31\",[11,59.048]],[\"comment/31\",[]],[\"name/32\",[12,59.048]],[\"comment/32\",[]],[\"name/33\",[13,59.048]],[\"comment/33\",[]],[\"name/34\",[26,64.156]],[\"comment/34\",[]],[\"name/35\",[27,64.156]],[\"comment/35\",[]],[\"name/36\",[28,64.156]],[\"comment/36\",[]],[\"name/37\",[29,64.156]],[\"comment/37\",[]],[\"name/38\",[22,59.048]],[\"comment/38\",[]],[\"name/39\",[23,49.493]],[\"comment/39\",[]],[\"name/40\",[30,64.156]],[\"comment/40\",[]],[\"name/41\",[15,55.683]],[\"comment/41\",[]],[\"name/42\",[16,55.683]],[\"comment/42\",[]],[\"name/43\",[18,49.493]],[\"comment/43\",[]],[\"name/44\",[19,59.048]],[\"comment/44\",[]],[\"name/45\",[20,59.048]],[\"comment/45\",[]],[\"name/46\",[31,64.156]],[\"comment/46\",[]],[\"name/47\",[32,64.156]],[\"comment/47\",[]],[\"name/48\",[17,55.683]],[\"comment/48\",[]],[\"name/49\",[33,64.156]],[\"comment/49\",[]],[\"name/50\",[34,64.156]],[\"comment/50\",[]],[\"name/51\",[35,51.164]],[\"comment/51\",[]],[\"name/52\",[36,64.156]],[\"comment/52\",[]],[\"name/53\",[1,29.604]],[\"comment/53\",[]],[\"name/54\",[23,49.493]],[\"comment/54\",[]],[\"name/55\",[37,59.048]],[\"comment/55\",[]],[\"name/56\",[37,59.048]],[\"comment/56\",[]],[\"name/57\",[38,59.048]],[\"comment/57\",[]],[\"name/58\",[1,29.604]],[\"comment/58\",[]],[\"name/59\",[39,64.156]],[\"comment/59\",[]],[\"name/60\",[40,64.156]],[\"comment/60\",[]],[\"name/61\",[41,64.156]],[\"comment/61\",[]],[\"name/62\",[1,29.604]],[\"comment/62\",[]],[\"name/63\",[42,55.683]],[\"comment/63\",[]],[\"name/64\",[43,64.156]],[\"comment/64\",[]],[\"name/65\",[44,64.156]],[\"comment/65\",[]],[\"name/66\",[45,64.156]],[\"comment/66\",[]],[\"name/67\",[46,64.156]],[\"comment/67\",[]],[\"name/68\",[47,53.17]],[\"comment/68\",[]],[\"name/69\",[48,53.17]],[\"comment/69\",[]],[\"name/70\",[49,53.17]],[\"comment/70\",[]],[\"name/71\",[50,53.17]],[\"comment/71\",[]],[\"name/72\",[51,53.17]],[\"comment/72\",[]],[\"name/73\",[35,51.164]],[\"comment/73\",[]],[\"name/74\",[52,53.17]],[\"comment/74\",[]],[\"name/75\",[53,53.17]],[\"comment/75\",[]],[\"name/76\",[54,53.17]],[\"comment/76\",[]],[\"name/77\",[55,53.17]],[\"comment/77\",[]],[\"name/78\",[56,53.17]],[\"comment/78\",[]],[\"name/79\",[57,53.17]],[\"comment/79\",[]],[\"name/80\",[58,53.17]],[\"comment/80\",[]],[\"name/81\",[59,53.17]],[\"comment/81\",[]],[\"name/82\",[60,53.17]],[\"comment/82\",[]],[\"name/83\",[61,53.17]],[\"comment/83\",[]],[\"name/84\",[62,53.17]],[\"comment/84\",[]],[\"name/85\",[63,53.17]],[\"comment/85\",[]],[\"name/86\",[64,53.17]],[\"comment/86\",[]],[\"name/87\",[65,53.17]],[\"comment/87\",[]],[\"name/88\",[66,53.17]],[\"comment/88\",[]],[\"name/89\",[67,53.17]],[\"comment/89\",[]],[\"name/90\",[68,53.17]],[\"comment/90\",[]],[\"name/91\",[69,53.17]],[\"comment/91\",[]],[\"name/92\",[70,53.17]],[\"comment/92\",[]],[\"name/93\",[71,53.17]],[\"comment/93\",[]],[\"name/94\",[72,53.17]],[\"comment/94\",[]],[\"name/95\",[73,53.17]],[\"comment/95\",[]],[\"name/96\",[74,53.17]],[\"comment/96\",[]],[\"name/97\",[75,53.17]],[\"comment/97\",[]],[\"name/98\",[76,53.17]],[\"comment/98\",[]],[\"name/99\",[77,53.17]],[\"comment/99\",[]],[\"name/100\",[78,53.17]],[\"comment/100\",[]],[\"name/101\",[79,53.17]],[\"comment/101\",[]],[\"name/102\",[80,53.17]],[\"comment/102\",[]],[\"name/103\",[81,53.17]],[\"comment/103\",[]],[\"name/104\",[82,53.17]],[\"comment/104\",[]],[\"name/105\",[83,53.17]],[\"comment/105\",[]],[\"name/106\",[84,53.17]],[\"comment/106\",[]],[\"name/107\",[85,53.17]],[\"comment/107\",[]],[\"name/108\",[86,53.17]],[\"comment/108\",[]],[\"name/109\",[87,53.17]],[\"comment/109\",[]],[\"name/110\",[88,51.164]],[\"comment/110\",[]],[\"name/111\",[89,53.17]],[\"comment/111\",[]],[\"name/112\",[90,53.17]],[\"comment/112\",[]],[\"name/113\",[91,53.17]],[\"comment/113\",[]],[\"name/114\",[92,53.17]],[\"comment/114\",[]],[\"name/115\",[93,53.17]],[\"comment/115\",[]],[\"name/116\",[94,53.17]],[\"comment/116\",[]],[\"name/117\",[95,53.17]],[\"comment/117\",[]],[\"name/118\",[96,53.17]],[\"comment/118\",[]],[\"name/119\",[97,53.17]],[\"comment/119\",[]],[\"name/120\",[98,53.17]],[\"comment/120\",[]],[\"name/121\",[99,53.17]],[\"comment/121\",[]],[\"name/122\",[100,53.17]],[\"comment/122\",[]],[\"name/123\",[101,53.17]],[\"comment/123\",[]],[\"name/124\",[102,53.17]],[\"comment/124\",[]],[\"name/125\",[103,53.17]],[\"comment/125\",[]],[\"name/126\",[104,53.17]],[\"comment/126\",[]],[\"name/127\",[105,53.17]],[\"comment/127\",[]],[\"name/128\",[106,53.17]],[\"comment/128\",[]],[\"name/129\",[107,53.17]],[\"comment/129\",[]],[\"name/130\",[108,53.17]],[\"comment/130\",[]],[\"name/131\",[109,53.17]],[\"comment/131\",[]],[\"name/132\",[110,53.17]],[\"comment/132\",[]],[\"name/133\",[111,53.17]],[\"comment/133\",[]],[\"name/134\",[112,53.17]],[\"comment/134\",[]],[\"name/135\",[113,53.17]],[\"comment/135\",[]],[\"name/136\",[114,53.17]],[\"comment/136\",[]],[\"name/137\",[115,53.17]],[\"comment/137\",[]],[\"name/138\",[116,53.17]],[\"comment/138\",[]],[\"name/139\",[117,53.17]],[\"comment/139\",[]],[\"name/140\",[118,53.17]],[\"comment/140\",[]],[\"name/141\",[119,53.17]],[\"comment/141\",[]],[\"name/142\",[120,53.17]],[\"comment/142\",[]],[\"name/143\",[121,53.17]],[\"comment/143\",[]],[\"name/144\",[122,53.17]],[\"comment/144\",[]],[\"name/145\",[123,53.17]],[\"comment/145\",[]],[\"name/146\",[124,53.17]],[\"comment/146\",[]],[\"name/147\",[125,53.17]],[\"comment/147\",[]],[\"name/148\",[126,53.17]],[\"comment/148\",[]],[\"name/149\",[127,53.17]],[\"comment/149\",[]],[\"name/150\",[128,53.17]],[\"comment/150\",[]],[\"name/151\",[129,53.17]],[\"comment/151\",[]],[\"name/152\",[130,53.17]],[\"comment/152\",[]],[\"name/153\",[131,53.17]],[\"comment/153\",[]],[\"name/154\",[132,53.17]],[\"comment/154\",[]],[\"name/155\",[133,53.17]],[\"comment/155\",[]],[\"name/156\",[134,53.17]],[\"comment/156\",[]],[\"name/157\",[135,53.17]],[\"comment/157\",[]],[\"name/158\",[136,53.17]],[\"comment/158\",[]],[\"name/159\",[137,53.17]],[\"comment/159\",[]],[\"name/160\",[138,53.17]],[\"comment/160\",[]],[\"name/161\",[139,53.17]],[\"comment/161\",[]],[\"name/162\",[140,53.17]],[\"comment/162\",[]],[\"name/163\",[141,53.17]],[\"comment/163\",[]],[\"name/164\",[142,53.17]],[\"comment/164\",[]],[\"name/165\",[143,53.17]],[\"comment/165\",[]],[\"name/166\",[144,53.17]],[\"comment/166\",[]],[\"name/167\",[145,53.17]],[\"comment/167\",[]],[\"name/168\",[146,53.17]],[\"comment/168\",[]],[\"name/169\",[147,53.17]],[\"comment/169\",[]],[\"name/170\",[148,53.17]],[\"comment/170\",[]],[\"name/171\",[149,53.17]],[\"comment/171\",[]],[\"name/172\",[150,53.17]],[\"comment/172\",[]],[\"name/173\",[151,53.17]],[\"comment/173\",[]],[\"name/174\",[152,53.17]],[\"comment/174\",[]],[\"name/175\",[153,53.17]],[\"comment/175\",[]],[\"name/176\",[154,53.17]],[\"comment/176\",[]],[\"name/177\",[155,53.17]],[\"comment/177\",[]],[\"name/178\",[156,53.17]],[\"comment/178\",[]],[\"name/179\",[157,53.17]],[\"comment/179\",[]],[\"name/180\",[158,53.17]],[\"comment/180\",[]],[\"name/181\",[159,53.17]],[\"comment/181\",[]],[\"name/182\",[160,53.17]],[\"comment/182\",[]],[\"name/183\",[161,53.17]],[\"comment/183\",[]],[\"name/184\",[162,53.17]],[\"comment/184\",[]],[\"name/185\",[163,53.17]],[\"comment/185\",[]],[\"name/186\",[164,53.17]],[\"comment/186\",[]],[\"name/187\",[165,53.17]],[\"comment/187\",[]],[\"name/188\",[166,53.17]],[\"comment/188\",[]],[\"name/189\",[167,53.17]],[\"comment/189\",[]],[\"name/190\",[168,64.156]],[\"comment/190\",[]],[\"name/191\",[169,64.156]],[\"comment/191\",[]],[\"name/192\",[170,64.156]],[\"comment/192\",[]],[\"name/193\",[171,64.156]],[\"comment/193\",[]],[\"name/194\",[172,64.156]],[\"comment/194\",[]],[\"name/195\",[173,64.156]],[\"comment/195\",[]],[\"name/196\",[174,64.156]],[\"comment/196\",[]],[\"name/197\",[175,59.048]],[\"comment/197\",[]],[\"name/198\",[176,64.156]],[\"comment/198\",[]],[\"name/199\",[177,64.156]],[\"comment/199\",[]],[\"name/200\",[178,59.048]],[\"comment/200\",[]],[\"name/201\",[179,59.048]],[\"comment/201\",[]],[\"name/202\",[180,64.156]],[\"comment/202\",[]],[\"name/203\",[181,64.156]],[\"comment/203\",[]],[\"name/204\",[3,53.17]],[\"comment/204\",[]],[\"name/205\",[182,64.156]],[\"comment/205\",[]],[\"name/206\",[183,64.156]],[\"comment/206\",[]],[\"name/207\",[184,59.048]],[\"comment/207\",[]],[\"name/208\",[185,59.048]],[\"comment/208\",[]],[\"name/209\",[186,59.048]],[\"comment/209\",[]],[\"name/210\",[187,64.156]],[\"comment/210\",[]],[\"name/211\",[188,64.156]],[\"comment/211\",[]],[\"name/212\",[189,53.17]],[\"comment/212\",[]],[\"name/213\",[190,64.156]],[\"comment/213\",[]],[\"name/214\",[23,49.493]],[\"comment/214\",[]],[\"name/215\",[191,55.683]],[\"comment/215\",[]],[\"name/216\",[192,55.683]],[\"comment/216\",[]],[\"name/217\",[47,53.17]],[\"comment/217\",[]],[\"name/218\",[48,53.17]],[\"comment/218\",[]],[\"name/219\",[49,53.17]],[\"comment/219\",[]],[\"name/220\",[193,59.048]],[\"comment/220\",[]],[\"name/221\",[50,53.17]],[\"comment/221\",[]],[\"name/222\",[51,53.17]],[\"comment/222\",[]],[\"name/223\",[35,51.164]],[\"comment/223\",[]],[\"name/224\",[52,53.17]],[\"comment/224\",[]],[\"name/225\",[53,53.17]],[\"comment/225\",[]],[\"name/226\",[54,53.17]],[\"comment/226\",[]],[\"name/227\",[55,53.17]],[\"comment/227\",[]],[\"name/228\",[56,53.17]],[\"comment/228\",[]],[\"name/229\",[57,53.17]],[\"comment/229\",[]],[\"name/230\",[59,53.17]],[\"comment/230\",[]],[\"name/231\",[60,53.17]],[\"comment/231\",[]],[\"name/232\",[58,53.17]],[\"comment/232\",[]],[\"name/233\",[61,53.17]],[\"comment/233\",[]],[\"name/234\",[62,53.17]],[\"comment/234\",[]],[\"name/235\",[194,64.156]],[\"comment/235\",[]],[\"name/236\",[63,53.17]],[\"comment/236\",[]],[\"name/237\",[64,53.17]],[\"comment/237\",[]],[\"name/238\",[65,53.17]],[\"comment/238\",[]],[\"name/239\",[66,53.17]],[\"comment/239\",[]],[\"name/240\",[67,53.17]],[\"comment/240\",[]],[\"name/241\",[68,53.17]],[\"comment/241\",[]],[\"name/242\",[69,53.17]],[\"comment/242\",[]],[\"name/243\",[70,53.17]],[\"comment/243\",[]],[\"name/244\",[71,53.17]],[\"comment/244\",[]],[\"name/245\",[72,53.17]],[\"comment/245\",[]],[\"name/246\",[73,53.17]],[\"comment/246\",[]],[\"name/247\",[74,53.17]],[\"comment/247\",[]],[\"name/248\",[75,53.17]],[\"comment/248\",[]],[\"name/249\",[76,53.17]],[\"comment/249\",[]],[\"name/250\",[77,53.17]],[\"comment/250\",[]],[\"name/251\",[78,53.17]],[\"comment/251\",[]],[\"name/252\",[79,53.17]],[\"comment/252\",[]],[\"name/253\",[80,53.17]],[\"comment/253\",[]],[\"name/254\",[81,53.17]],[\"comment/254\",[]],[\"name/255\",[82,53.17]],[\"comment/255\",[]],[\"name/256\",[83,53.17]],[\"comment/256\",[]],[\"name/257\",[84,53.17]],[\"comment/257\",[]],[\"name/258\",[85,53.17]],[\"comment/258\",[]],[\"name/259\",[86,53.17]],[\"comment/259\",[]],[\"name/260\",[87,53.17]],[\"comment/260\",[]],[\"name/261\",[88,51.164]],[\"comment/261\",[]],[\"name/262\",[89,53.17]],[\"comment/262\",[]],[\"name/263\",[90,53.17]],[\"comment/263\",[]],[\"name/264\",[91,53.17]],[\"comment/264\",[]],[\"name/265\",[92,53.17]],[\"comment/265\",[]],[\"name/266\",[93,53.17]],[\"comment/266\",[]],[\"name/267\",[94,53.17]],[\"comment/267\",[]],[\"name/268\",[95,53.17]],[\"comment/268\",[]],[\"name/269\",[96,53.17]],[\"comment/269\",[]],[\"name/270\",[97,53.17]],[\"comment/270\",[]],[\"name/271\",[98,53.17]],[\"comment/271\",[]],[\"name/272\",[99,53.17]],[\"comment/272\",[]],[\"name/273\",[100,53.17]],[\"comment/273\",[]],[\"name/274\",[101,53.17]],[\"comment/274\",[]],[\"name/275\",[102,53.17]],[\"comment/275\",[]],[\"name/276\",[103,53.17]],[\"comment/276\",[]],[\"name/277\",[104,53.17]],[\"comment/277\",[]],[\"name/278\",[105,53.17]],[\"comment/278\",[]],[\"name/279\",[106,53.17]],[\"comment/279\",[]],[\"name/280\",[107,53.17]],[\"comment/280\",[]],[\"name/281\",[108,53.17]],[\"comment/281\",[]],[\"name/282\",[109,53.17]],[\"comment/282\",[]],[\"name/283\",[110,53.17]],[\"comment/283\",[]],[\"name/284\",[111,53.17]],[\"comment/284\",[]],[\"name/285\",[112,53.17]],[\"comment/285\",[]],[\"name/286\",[113,53.17]],[\"comment/286\",[]],[\"name/287\",[114,53.17]],[\"comment/287\",[]],[\"name/288\",[115,53.17]],[\"comment/288\",[]],[\"name/289\",[116,53.17]],[\"comment/289\",[]],[\"name/290\",[117,53.17]],[\"comment/290\",[]],[\"name/291\",[118,53.17]],[\"comment/291\",[]],[\"name/292\",[119,53.17]],[\"comment/292\",[]],[\"name/293\",[120,53.17]],[\"comment/293\",[]],[\"name/294\",[121,53.17]],[\"comment/294\",[]],[\"name/295\",[122,53.17]],[\"comment/295\",[]],[\"name/296\",[123,53.17]],[\"comment/296\",[]],[\"name/297\",[124,53.17]],[\"comment/297\",[]],[\"name/298\",[125,53.17]],[\"comment/298\",[]],[\"name/299\",[126,53.17]],[\"comment/299\",[]],[\"name/300\",[127,53.17]],[\"comment/300\",[]],[\"name/301\",[128,53.17]],[\"comment/301\",[]],[\"name/302\",[129,53.17]],[\"comment/302\",[]],[\"name/303\",[130,53.17]],[\"comment/303\",[]],[\"name/304\",[131,53.17]],[\"comment/304\",[]],[\"name/305\",[132,53.17]],[\"comment/305\",[]],[\"name/306\",[133,53.17]],[\"comment/306\",[]],[\"name/307\",[134,53.17]],[\"comment/307\",[]],[\"name/308\",[135,53.17]],[\"comment/308\",[]],[\"name/309\",[136,53.17]],[\"comment/309\",[]],[\"name/310\",[137,53.17]],[\"comment/310\",[]],[\"name/311\",[138,53.17]],[\"comment/311\",[]],[\"name/312\",[139,53.17]],[\"comment/312\",[]],[\"name/313\",[140,53.17]],[\"comment/313\",[]],[\"name/314\",[141,53.17]],[\"comment/314\",[]],[\"name/315\",[142,53.17]],[\"comment/315\",[]],[\"name/316\",[143,53.17]],[\"comment/316\",[]],[\"name/317\",[144,53.17]],[\"comment/317\",[]],[\"name/318\",[145,53.17]],[\"comment/318\",[]],[\"name/319\",[146,53.17]],[\"comment/319\",[]],[\"name/320\",[147,53.17]],[\"comment/320\",[]],[\"name/321\",[148,53.17]],[\"comment/321\",[]],[\"name/322\",[149,53.17]],[\"comment/322\",[]],[\"name/323\",[150,53.17]],[\"comment/323\",[]],[\"name/324\",[151,53.17]],[\"comment/324\",[]],[\"name/325\",[152,53.17]],[\"comment/325\",[]],[\"name/326\",[153,53.17]],[\"comment/326\",[]],[\"name/327\",[154,53.17]],[\"comment/327\",[]],[\"name/328\",[155,53.17]],[\"comment/328\",[]],[\"name/329\",[156,53.17]],[\"comment/329\",[]],[\"name/330\",[157,53.17]],[\"comment/330\",[]],[\"name/331\",[158,53.17]],[\"comment/331\",[]],[\"name/332\",[159,53.17]],[\"comment/332\",[]],[\"name/333\",[160,53.17]],[\"comment/333\",[]],[\"name/334\",[161,53.17]],[\"comment/334\",[]],[\"name/335\",[162,53.17]],[\"comment/335\",[]],[\"name/336\",[163,53.17]],[\"comment/336\",[]],[\"name/337\",[164,53.17]],[\"comment/337\",[]],[\"name/338\",[165,53.17]],[\"comment/338\",[]],[\"name/339\",[166,53.17]],[\"comment/339\",[]],[\"name/340\",[167,53.17]],[\"comment/340\",[]],[\"name/341\",[195,64.156]],[\"comment/341\",[]],[\"name/342\",[23,49.493]],[\"comment/342\",[]],[\"name/343\",[191,55.683]],[\"comment/343\",[]],[\"name/344\",[192,55.683]],[\"comment/344\",[]],[\"name/345\",[47,53.17]],[\"comment/345\",[]],[\"name/346\",[48,53.17]],[\"comment/346\",[]],[\"name/347\",[49,53.17]],[\"comment/347\",[]],[\"name/348\",[193,59.048]],[\"comment/348\",[]],[\"name/349\",[50,53.17]],[\"comment/349\",[]],[\"name/350\",[51,53.17]],[\"comment/350\",[]],[\"name/351\",[35,51.164]],[\"comment/351\",[]],[\"name/352\",[52,53.17]],[\"comment/352\",[]],[\"name/353\",[53,53.17]],[\"comment/353\",[]],[\"name/354\",[54,53.17]],[\"comment/354\",[]],[\"name/355\",[55,53.17]],[\"comment/355\",[]],[\"name/356\",[56,53.17]],[\"comment/356\",[]],[\"name/357\",[57,53.17]],[\"comment/357\",[]],[\"name/358\",[59,53.17]],[\"comment/358\",[]],[\"name/359\",[60,53.17]],[\"comment/359\",[]],[\"name/360\",[58,53.17]],[\"comment/360\",[]],[\"name/361\",[61,53.17]],[\"comment/361\",[]],[\"name/362\",[62,53.17]],[\"comment/362\",[]],[\"name/363\",[63,53.17]],[\"comment/363\",[]],[\"name/364\",[64,53.17]],[\"comment/364\",[]],[\"name/365\",[65,53.17]],[\"comment/365\",[]],[\"name/366\",[66,53.17]],[\"comment/366\",[]],[\"name/367\",[67,53.17]],[\"comment/367\",[]],[\"name/368\",[68,53.17]],[\"comment/368\",[]],[\"name/369\",[69,53.17]],[\"comment/369\",[]],[\"name/370\",[70,53.17]],[\"comment/370\",[]],[\"name/371\",[71,53.17]],[\"comment/371\",[]],[\"name/372\",[72,53.17]],[\"comment/372\",[]],[\"name/373\",[73,53.17]],[\"comment/373\",[]],[\"name/374\",[74,53.17]],[\"comment/374\",[]],[\"name/375\",[75,53.17]],[\"comment/375\",[]],[\"name/376\",[76,53.17]],[\"comment/376\",[]],[\"name/377\",[77,53.17]],[\"comment/377\",[]],[\"name/378\",[78,53.17]],[\"comment/378\",[]],[\"name/379\",[79,53.17]],[\"comment/379\",[]],[\"name/380\",[80,53.17]],[\"comment/380\",[]],[\"name/381\",[81,53.17]],[\"comment/381\",[]],[\"name/382\",[82,53.17]],[\"comment/382\",[]],[\"name/383\",[83,53.17]],[\"comment/383\",[]],[\"name/384\",[84,53.17]],[\"comment/384\",[]],[\"name/385\",[85,53.17]],[\"comment/385\",[]],[\"name/386\",[86,53.17]],[\"comment/386\",[]],[\"name/387\",[87,53.17]],[\"comment/387\",[]],[\"name/388\",[88,51.164]],[\"comment/388\",[]],[\"name/389\",[89,53.17]],[\"comment/389\",[]],[\"name/390\",[90,53.17]],[\"comment/390\",[]],[\"name/391\",[91,53.17]],[\"comment/391\",[]],[\"name/392\",[92,53.17]],[\"comment/392\",[]],[\"name/393\",[93,53.17]],[\"comment/393\",[]],[\"name/394\",[94,53.17]],[\"comment/394\",[]],[\"name/395\",[95,53.17]],[\"comment/395\",[]],[\"name/396\",[96,53.17]],[\"comment/396\",[]],[\"name/397\",[97,53.17]],[\"comment/397\",[]],[\"name/398\",[98,53.17]],[\"comment/398\",[]],[\"name/399\",[99,53.17]],[\"comment/399\",[]],[\"name/400\",[100,53.17]],[\"comment/400\",[]],[\"name/401\",[101,53.17]],[\"comment/401\",[]],[\"name/402\",[102,53.17]],[\"comment/402\",[]],[\"name/403\",[103,53.17]],[\"comment/403\",[]],[\"name/404\",[104,53.17]],[\"comment/404\",[]],[\"name/405\",[105,53.17]],[\"comment/405\",[]],[\"name/406\",[106,53.17]],[\"comment/406\",[]],[\"name/407\",[107,53.17]],[\"comment/407\",[]],[\"name/408\",[108,53.17]],[\"comment/408\",[]],[\"name/409\",[109,53.17]],[\"comment/409\",[]],[\"name/410\",[110,53.17]],[\"comment/410\",[]],[\"name/411\",[111,53.17]],[\"comment/411\",[]],[\"name/412\",[112,53.17]],[\"comment/412\",[]],[\"name/413\",[113,53.17]],[\"comment/413\",[]],[\"name/414\",[114,53.17]],[\"comment/414\",[]],[\"name/415\",[115,53.17]],[\"comment/415\",[]],[\"name/416\",[116,53.17]],[\"comment/416\",[]],[\"name/417\",[117,53.17]],[\"comment/417\",[]],[\"name/418\",[118,53.17]],[\"comment/418\",[]],[\"name/419\",[119,53.17]],[\"comment/419\",[]],[\"name/420\",[120,53.17]],[\"comment/420\",[]],[\"name/421\",[121,53.17]],[\"comment/421\",[]],[\"name/422\",[122,53.17]],[\"comment/422\",[]],[\"name/423\",[123,53.17]],[\"comment/423\",[]],[\"name/424\",[124,53.17]],[\"comment/424\",[]],[\"name/425\",[125,53.17]],[\"comment/425\",[]],[\"name/426\",[126,53.17]],[\"comment/426\",[]],[\"name/427\",[127,53.17]],[\"comment/427\",[]],[\"name/428\",[128,53.17]],[\"comment/428\",[]],[\"name/429\",[129,53.17]],[\"comment/429\",[]],[\"name/430\",[130,53.17]],[\"comment/430\",[]],[\"name/431\",[131,53.17]],[\"comment/431\",[]],[\"name/432\",[132,53.17]],[\"comment/432\",[]],[\"name/433\",[133,53.17]],[\"comment/433\",[]],[\"name/434\",[134,53.17]],[\"comment/434\",[]],[\"name/435\",[135,53.17]],[\"comment/435\",[]],[\"name/436\",[136,53.17]],[\"comment/436\",[]],[\"name/437\",[137,53.17]],[\"comment/437\",[]],[\"name/438\",[138,53.17]],[\"comment/438\",[]],[\"name/439\",[139,53.17]],[\"comment/439\",[]],[\"name/440\",[140,53.17]],[\"comment/440\",[]],[\"name/441\",[141,53.17]],[\"comment/441\",[]],[\"name/442\",[142,53.17]],[\"comment/442\",[]],[\"name/443\",[143,53.17]],[\"comment/443\",[]],[\"name/444\",[144,53.17]],[\"comment/444\",[]],[\"name/445\",[145,53.17]],[\"comment/445\",[]],[\"name/446\",[146,53.17]],[\"comment/446\",[]],[\"name/447\",[147,53.17]],[\"comment/447\",[]],[\"name/448\",[148,53.17]],[\"comment/448\",[]],[\"name/449\",[149,53.17]],[\"comment/449\",[]],[\"name/450\",[150,53.17]],[\"comment/450\",[]],[\"name/451\",[151,53.17]],[\"comment/451\",[]],[\"name/452\",[152,53.17]],[\"comment/452\",[]],[\"name/453\",[153,53.17]],[\"comment/453\",[]],[\"name/454\",[154,53.17]],[\"comment/454\",[]],[\"name/455\",[155,53.17]],[\"comment/455\",[]],[\"name/456\",[156,53.17]],[\"comment/456\",[]],[\"name/457\",[157,53.17]],[\"comment/457\",[]],[\"name/458\",[158,53.17]],[\"comment/458\",[]],[\"name/459\",[159,53.17]],[\"comment/459\",[]],[\"name/460\",[160,53.17]],[\"comment/460\",[]],[\"name/461\",[161,53.17]],[\"comment/461\",[]],[\"name/462\",[162,53.17]],[\"comment/462\",[]],[\"name/463\",[163,53.17]],[\"comment/463\",[]],[\"name/464\",[164,53.17]],[\"comment/464\",[]],[\"name/465\",[165,53.17]],[\"comment/465\",[]],[\"name/466\",[166,53.17]],[\"comment/466\",[]],[\"name/467\",[167,53.17]],[\"comment/467\",[]],[\"name/468\",[196,64.156]],[\"comment/468\",[]],[\"name/469\",[23,49.493]],[\"comment/469\",[]],[\"name/470\",[191,55.683]],[\"comment/470\",[]],[\"name/471\",[192,55.683]],[\"comment/471\",[]],[\"name/472\",[38,59.048]],[\"comment/472\",[]],[\"name/473\",[47,53.17]],[\"comment/473\",[]],[\"name/474\",[48,53.17]],[\"comment/474\",[]],[\"name/475\",[49,53.17]],[\"comment/475\",[]],[\"name/476\",[197,64.156]],[\"comment/476\",[]],[\"name/477\",[50,53.17]],[\"comment/477\",[]],[\"name/478\",[51,53.17]],[\"comment/478\",[]],[\"name/479\",[35,51.164]],[\"comment/479\",[]],[\"name/480\",[52,53.17]],[\"comment/480\",[]],[\"name/481\",[53,53.17]],[\"comment/481\",[]],[\"name/482\",[54,53.17]],[\"comment/482\",[]],[\"name/483\",[55,53.17]],[\"comment/483\",[]],[\"name/484\",[56,53.17]],[\"comment/484\",[]],[\"name/485\",[57,53.17]],[\"comment/485\",[]],[\"name/486\",[58,53.17]],[\"comment/486\",[]],[\"name/487\",[59,53.17]],[\"comment/487\",[]],[\"name/488\",[60,53.17]],[\"comment/488\",[]],[\"name/489\",[61,53.17]],[\"comment/489\",[]],[\"name/490\",[62,53.17]],[\"comment/490\",[]],[\"name/491\",[63,53.17]],[\"comment/491\",[]],[\"name/492\",[64,53.17]],[\"comment/492\",[]],[\"name/493\",[65,53.17]],[\"comment/493\",[]],[\"name/494\",[66,53.17]],[\"comment/494\",[]],[\"name/495\",[67,53.17]],[\"comment/495\",[]],[\"name/496\",[68,53.17]],[\"comment/496\",[]],[\"name/497\",[69,53.17]],[\"comment/497\",[]],[\"name/498\",[70,53.17]],[\"comment/498\",[]],[\"name/499\",[71,53.17]],[\"comment/499\",[]],[\"name/500\",[72,53.17]],[\"comment/500\",[]],[\"name/501\",[73,53.17]],[\"comment/501\",[]],[\"name/502\",[74,53.17]],[\"comment/502\",[]],[\"name/503\",[75,53.17]],[\"comment/503\",[]],[\"name/504\",[76,53.17]],[\"comment/504\",[]],[\"name/505\",[77,53.17]],[\"comment/505\",[]],[\"name/506\",[78,53.17]],[\"comment/506\",[]],[\"name/507\",[79,53.17]],[\"comment/507\",[]],[\"name/508\",[80,53.17]],[\"comment/508\",[]],[\"name/509\",[81,53.17]],[\"comment/509\",[]],[\"name/510\",[82,53.17]],[\"comment/510\",[]],[\"name/511\",[83,53.17]],[\"comment/511\",[]],[\"name/512\",[84,53.17]],[\"comment/512\",[]],[\"name/513\",[85,53.17]],[\"comment/513\",[]],[\"name/514\",[86,53.17]],[\"comment/514\",[]],[\"name/515\",[87,53.17]],[\"comment/515\",[]],[\"name/516\",[88,51.164]],[\"comment/516\",[]],[\"name/517\",[89,53.17]],[\"comment/517\",[]],[\"name/518\",[90,53.17]],[\"comment/518\",[]],[\"name/519\",[91,53.17]],[\"comment/519\",[]],[\"name/520\",[92,53.17]],[\"comment/520\",[]],[\"name/521\",[93,53.17]],[\"comment/521\",[]],[\"name/522\",[94,53.17]],[\"comment/522\",[]],[\"name/523\",[95,53.17]],[\"comment/523\",[]],[\"name/524\",[96,53.17]],[\"comment/524\",[]],[\"name/525\",[97,53.17]],[\"comment/525\",[]],[\"name/526\",[98,53.17]],[\"comment/526\",[]],[\"name/527\",[99,53.17]],[\"comment/527\",[]],[\"name/528\",[100,53.17]],[\"comment/528\",[]],[\"name/529\",[101,53.17]],[\"comment/529\",[]],[\"name/530\",[102,53.17]],[\"comment/530\",[]],[\"name/531\",[103,53.17]],[\"comment/531\",[]],[\"name/532\",[104,53.17]],[\"comment/532\",[]],[\"name/533\",[105,53.17]],[\"comment/533\",[]],[\"name/534\",[106,53.17]],[\"comment/534\",[]],[\"name/535\",[107,53.17]],[\"comment/535\",[]],[\"name/536\",[108,53.17]],[\"comment/536\",[]],[\"name/537\",[109,53.17]],[\"comment/537\",[]],[\"name/538\",[110,53.17]],[\"comment/538\",[]],[\"name/539\",[111,53.17]],[\"comment/539\",[]],[\"name/540\",[112,53.17]],[\"comment/540\",[]],[\"name/541\",[113,53.17]],[\"comment/541\",[]],[\"name/542\",[114,53.17]],[\"comment/542\",[]],[\"name/543\",[115,53.17]],[\"comment/543\",[]],[\"name/544\",[116,53.17]],[\"comment/544\",[]],[\"name/545\",[117,53.17]],[\"comment/545\",[]],[\"name/546\",[118,53.17]],[\"comment/546\",[]],[\"name/547\",[119,53.17]],[\"comment/547\",[]],[\"name/548\",[120,53.17]],[\"comment/548\",[]],[\"name/549\",[121,53.17]],[\"comment/549\",[]],[\"name/550\",[122,53.17]],[\"comment/550\",[]],[\"name/551\",[123,53.17]],[\"comment/551\",[]],[\"name/552\",[124,53.17]],[\"comment/552\",[]],[\"name/553\",[125,53.17]],[\"comment/553\",[]],[\"name/554\",[126,53.17]],[\"comment/554\",[]],[\"name/555\",[127,53.17]],[\"comment/555\",[]],[\"name/556\",[128,53.17]],[\"comment/556\",[]],[\"name/557\",[129,53.17]],[\"comment/557\",[]],[\"name/558\",[130,53.17]],[\"comment/558\",[]],[\"name/559\",[131,53.17]],[\"comment/559\",[]],[\"name/560\",[132,53.17]],[\"comment/560\",[]],[\"name/561\",[133,53.17]],[\"comment/561\",[]],[\"name/562\",[134,53.17]],[\"comment/562\",[]],[\"name/563\",[135,53.17]],[\"comment/563\",[]],[\"name/564\",[136,53.17]],[\"comment/564\",[]],[\"name/565\",[137,53.17]],[\"comment/565\",[]],[\"name/566\",[138,53.17]],[\"comment/566\",[]],[\"name/567\",[139,53.17]],[\"comment/567\",[]],[\"name/568\",[140,53.17]],[\"comment/568\",[]],[\"name/569\",[141,53.17]],[\"comment/569\",[]],[\"name/570\",[142,53.17]],[\"comment/570\",[]],[\"name/571\",[143,53.17]],[\"comment/571\",[]],[\"name/572\",[144,53.17]],[\"comment/572\",[]],[\"name/573\",[145,53.17]],[\"comment/573\",[]],[\"name/574\",[146,53.17]],[\"comment/574\",[]],[\"name/575\",[147,53.17]],[\"comment/575\",[]],[\"name/576\",[148,53.17]],[\"comment/576\",[]],[\"name/577\",[149,53.17]],[\"comment/577\",[]],[\"name/578\",[150,53.17]],[\"comment/578\",[]],[\"name/579\",[151,53.17]],[\"comment/579\",[]],[\"name/580\",[152,53.17]],[\"comment/580\",[]],[\"name/581\",[153,53.17]],[\"comment/581\",[]],[\"name/582\",[154,53.17]],[\"comment/582\",[]],[\"name/583\",[155,53.17]],[\"comment/583\",[]],[\"name/584\",[156,53.17]],[\"comment/584\",[]],[\"name/585\",[157,53.17]],[\"comment/585\",[]],[\"name/586\",[158,53.17]],[\"comment/586\",[]],[\"name/587\",[159,53.17]],[\"comment/587\",[]],[\"name/588\",[160,53.17]],[\"comment/588\",[]],[\"name/589\",[161,53.17]],[\"comment/589\",[]],[\"name/590\",[162,53.17]],[\"comment/590\",[]],[\"name/591\",[163,53.17]],[\"comment/591\",[]],[\"name/592\",[164,53.17]],[\"comment/592\",[]],[\"name/593\",[165,53.17]],[\"comment/593\",[]],[\"name/594\",[166,53.17]],[\"comment/594\",[]],[\"name/595\",[167,53.17]],[\"comment/595\",[]],[\"name/596\",[198,64.156]],[\"comment/596\",[]],[\"name/597\",[199,59.048]],[\"comment/597\",[]],[\"name/598\",[1,29.604]],[\"comment/598\",[]],[\"name/599\",[200,64.156]],[\"comment/599\",[]],[\"name/600\",[201,64.156]],[\"comment/600\",[]],[\"name/601\",[24,45.698]],[\"comment/601\",[]],[\"name/602\",[202,64.156]],[\"comment/602\",[]],[\"name/603\",[203,59.048]],[\"comment/603\",[]],[\"name/604\",[1,29.604]],[\"comment/604\",[]],[\"name/605\",[204,64.156]],[\"comment/605\",[]],[\"name/606\",[205,55.683]],[\"comment/606\",[]],[\"name/607\",[206,59.048]],[\"comment/607\",[]],[\"name/608\",[207,59.048]],[\"comment/608\",[]],[\"name/609\",[208,59.048]],[\"comment/609\",[]],[\"name/610\",[189,53.17]],[\"comment/610\",[]],[\"name/611\",[1,29.604]],[\"comment/611\",[]],[\"name/612\",[8,39.589]],[\"comment/612\",[]],[\"name/613\",[42,55.683]],[\"comment/613\",[]],[\"name/614\",[209,59.048]],[\"comment/614\",[]],[\"name/615\",[210,64.156]],[\"comment/615\",[]],[\"name/616\",[211,64.156]],[\"comment/616\",[]],[\"name/617\",[18,49.493]],[\"comment/617\",[]],[\"name/618\",[212,64.156]],[\"comment/618\",[]],[\"name/619\",[213,64.156]],[\"comment/619\",[]],[\"name/620\",[214,59.048]],[\"comment/620\",[]],[\"name/621\",[207,59.048]],[\"comment/621\",[]],[\"name/622\",[24,45.698]],[\"comment/622\",[]],[\"name/623\",[215,64.156]],[\"comment/623\",[]],[\"name/624\",[216,64.156]],[\"comment/624\",[]],[\"name/625\",[217,64.156]],[\"comment/625\",[]],[\"name/626\",[218,64.156]],[\"comment/626\",[]],[\"name/627\",[219,59.048]],[\"comment/627\",[]],[\"name/628\",[220,64.156]],[\"comment/628\",[]],[\"name/629\",[208,59.048]],[\"comment/629\",[]],[\"name/630\",[221,64.156]],[\"comment/630\",[]],[\"name/631\",[203,59.048]],[\"comment/631\",[]],[\"name/632\",[222,64.156]],[\"comment/632\",[]],[\"name/633\",[1,29.604]],[\"comment/633\",[]],[\"name/634\",[223,64.156]],[\"comment/634\",[]],[\"name/635\",[224,55.683]],[\"comment/635\",[]],[\"name/636\",[225,64.156]],[\"comment/636\",[]],[\"name/637\",[226,59.048]],[\"comment/637\",[]],[\"name/638\",[227,59.048]],[\"comment/638\",[]],[\"name/639\",[1,29.604]],[\"comment/639\",[]],[\"name/640\",[9,48.062]],[\"comment/640\",[]],[\"name/641\",[10,55.683]],[\"comment/641\",[]],[\"name/642\",[228,64.156]],[\"comment/642\",[]],[\"name/643\",[229,64.156]],[\"comment/643\",[]],[\"name/644\",[1,29.604]],[\"comment/644\",[]],[\"name/645\",[8,39.589]],[\"comment/645\",[]],[\"name/646\",[230,53.17]],[\"comment/646\",[]],[\"name/647\",[24,45.698]],[\"comment/647\",[]],[\"name/648\",[231,59.048]],[\"comment/648\",[]],[\"name/649\",[232,59.048]],[\"comment/649\",[]],[\"name/650\",[233,59.048]],[\"comment/650\",[]],[\"name/651\",[234,59.048]],[\"comment/651\",[]],[\"name/652\",[235,53.17]],[\"comment/652\",[]],[\"name/653\",[236,59.048]],[\"comment/653\",[]],[\"name/654\",[237,64.156]],[\"comment/654\",[]],[\"name/655\",[1,29.604]],[\"comment/655\",[]],[\"name/656\",[8,39.589]],[\"comment/656\",[]],[\"name/657\",[230,53.17]],[\"comment/657\",[]],[\"name/658\",[24,45.698]],[\"comment/658\",[]],[\"name/659\",[231,59.048]],[\"comment/659\",[]],[\"name/660\",[232,59.048]],[\"comment/660\",[]],[\"name/661\",[233,59.048]],[\"comment/661\",[]],[\"name/662\",[234,59.048]],[\"comment/662\",[]],[\"name/663\",[235,53.17]],[\"comment/663\",[]],[\"name/664\",[236,59.048]],[\"comment/664\",[]],[\"name/665\",[238,59.048]],[\"comment/665\",[]],[\"name/666\",[1,29.604]],[\"comment/666\",[]],[\"name/667\",[24,45.698]],[\"comment/667\",[]],[\"name/668\",[239,53.17]],[\"comment/668\",[]],[\"name/669\",[235,53.17]],[\"comment/669\",[]],[\"name/670\",[230,53.17]],[\"comment/670\",[]],[\"name/671\",[240,64.156]],[\"comment/671\",[]],[\"name/672\",[241,64.156]],[\"comment/672\",[]],[\"name/673\",[242,64.156]],[\"comment/673\",[]],[\"name/674\",[243,64.156]],[\"comment/674\",[]],[\"name/675\",[244,64.156]],[\"comment/675\",[]],[\"name/676\",[245,64.156]],[\"comment/676\",[]],[\"name/677\",[246,64.156]],[\"comment/677\",[]],[\"name/678\",[247,64.156]],[\"comment/678\",[]],[\"name/679\",[179,59.048]],[\"comment/679\",[]],[\"name/680\",[1,29.604]],[\"comment/680\",[]],[\"name/681\",[8,39.589]],[\"comment/681\",[]],[\"name/682\",[42,55.683]],[\"comment/682\",[]],[\"name/683\",[24,45.698]],[\"comment/683\",[]],[\"name/684\",[209,59.048]],[\"comment/684\",[]],[\"name/685\",[248,59.048]],[\"comment/685\",[]],[\"name/686\",[1,29.604]],[\"comment/686\",[]],[\"name/687\",[249,64.156]],[\"comment/687\",[]],[\"name/688\",[250,64.156]],[\"comment/688\",[]],[\"name/689\",[251,53.17]],[\"comment/689\",[]],[\"name/690\",[252,64.156]],[\"comment/690\",[]],[\"name/691\",[1,29.604]],[\"comment/691\",[]],[\"name/692\",[9,48.062]],[\"comment/692\",[]],[\"name/693\",[24,45.698]],[\"comment/693\",[]],[\"name/694\",[248,59.048]],[\"comment/694\",[]],[\"name/695\",[253,64.156]],[\"comment/695\",[]],[\"name/696\",[1,29.604]],[\"comment/696\",[]],[\"name/697\",[239,53.17]],[\"comment/697\",[]],[\"name/698\",[254,59.048]],[\"comment/698\",[]],[\"name/699\",[255,59.048]],[\"comment/699\",[]],[\"name/700\",[1,29.604]],[\"comment/700\",[]],[\"name/701\",[8,39.589]],[\"comment/701\",[]],[\"name/702\",[256,59.048]],[\"comment/702\",[]],[\"name/703\",[257,64.156]],[\"comment/703\",[]],[\"name/704\",[258,64.156]],[\"comment/704\",[]],[\"name/705\",[254,59.048]],[\"comment/705\",[]],[\"name/706\",[259,64.156]],[\"comment/706\",[]],[\"name/707\",[260,64.156]],[\"comment/707\",[]],[\"name/708\",[261,64.156]],[\"comment/708\",[]],[\"name/709\",[1,29.604]],[\"comment/709\",[]],[\"name/710\",[262,64.156]],[\"comment/710\",[]],[\"name/711\",[263,64.156]],[\"comment/711\",[]],[\"name/712\",[9,48.062]],[\"comment/712\",[]],[\"name/713\",[251,53.17]],[\"comment/713\",[]],[\"name/714\",[3,53.17]],[\"comment/714\",[]],[\"name/715\",[1,29.604]],[\"comment/715\",[]],[\"name/716\",[8,39.589]],[\"comment/716\",[]],[\"name/717\",[264,59.048]],[\"comment/717\",[]],[\"name/718\",[24,45.698]],[\"comment/718\",[]],[\"name/719\",[189,53.17]],[\"comment/719\",[]],[\"name/720\",[265,59.048]],[\"comment/720\",[]],[\"name/721\",[266,64.156]],[\"comment/721\",[]],[\"name/722\",[178,59.048]],[\"comment/722\",[]],[\"name/723\",[267,64.156]],[\"comment/723\",[]],[\"name/724\",[268,64.156]],[\"comment/724\",[]],[\"name/725\",[18,49.493]],[\"comment/725\",[]],[\"name/726\",[219,59.048]],[\"comment/726\",[]],[\"name/727\",[269,64.156]],[\"comment/727\",[]],[\"name/728\",[270,64.156]],[\"comment/728\",[]],[\"name/729\",[271,64.156]],[\"comment/729\",[]],[\"name/730\",[272,64.156]],[\"comment/730\",[]],[\"name/731\",[273,64.156]],[\"comment/731\",[]],[\"name/732\",[274,64.156]],[\"comment/732\",[]],[\"name/733\",[205,55.683]],[\"comment/733\",[]],[\"name/734\",[275,59.048]],[\"comment/734\",[]],[\"name/735\",[276,59.048]],[\"comment/735\",[]],[\"name/736\",[277,55.683]],[\"comment/736\",[]],[\"name/737\",[278,64.156]],[\"comment/737\",[]],[\"name/738\",[279,64.156]],[\"comment/738\",[]],[\"name/739\",[238,59.048]],[\"comment/739\",[]],[\"name/740\",[255,59.048]],[\"comment/740\",[]],[\"name/741\",[227,59.048]],[\"comment/741\",[]],[\"name/742\",[206,59.048]],[\"comment/742\",[]],[\"name/743\",[280,64.156]],[\"comment/743\",[]],[\"name/744\",[281,64.156]],[\"comment/744\",[]],[\"name/745\",[282,64.156]],[\"comment/745\",[]],[\"name/746\",[283,64.156]],[\"comment/746\",[]],[\"name/747\",[284,59.048]],[\"comment/747\",[]],[\"name/748\",[1,29.604]],[\"comment/748\",[]],[\"name/749\",[285,64.156]],[\"comment/749\",[]],[\"name/750\",[286,64.156]],[\"comment/750\",[]],[\"name/751\",[287,64.156]],[\"comment/751\",[]],[\"name/752\",[1,29.604]],[\"comment/752\",[]],[\"name/753\",[8,39.589]],[\"comment/753\",[]],[\"name/754\",[251,53.17]],[\"comment/754\",[]],[\"name/755\",[288,64.156]],[\"comment/755\",[]],[\"name/756\",[289,64.156]],[\"comment/756\",[]],[\"name/757\",[290,64.156]],[\"comment/757\",[]],[\"name/758\",[1,29.604]],[\"comment/758\",[]],[\"name/759\",[8,39.589]],[\"comment/759\",[]],[\"name/760\",[9,48.062]],[\"comment/760\",[]],[\"name/761\",[214,59.048]],[\"comment/761\",[]],[\"name/762\",[291,64.156]],[\"comment/762\",[]],[\"name/763\",[292,64.156]],[\"comment/763\",[]],[\"name/764\",[1,29.604]],[\"comment/764\",[]],[\"name/765\",[9,48.062]],[\"comment/765\",[]],[\"name/766\",[293,64.156]],[\"comment/766\",[]],[\"name/767\",[294,64.156]],[\"comment/767\",[]],[\"name/768\",[295,64.156]],[\"comment/768\",[]],[\"name/769\",[1,29.604]],[\"comment/769\",[]],[\"name/770\",[8,39.589]],[\"comment/770\",[]],[\"name/771\",[296,64.156]],[\"comment/771\",[]],[\"name/772\",[284,59.048]],[\"comment/772\",[]],[\"name/773\",[256,59.048]],[\"comment/773\",[]],[\"name/774\",[297,64.156]],[\"comment/774\",[]],[\"name/775\",[298,64.156]],[\"comment/775\",[]],[\"name/776\",[184,59.048]],[\"comment/776\",[]],[\"name/777\",[299,64.156]],[\"comment/777\",[]],[\"name/778\",[1,29.604]],[\"comment/778\",[]],[\"name/779\",[300,64.156]],[\"comment/779\",[]],[\"name/780\",[301,64.156]],[\"comment/780\",[]],[\"name/781\",[302,55.683]],[\"comment/781\",[]],[\"name/782\",[303,64.156]],[\"comment/782\",[]],[\"name/783\",[304,64.156]],[\"comment/783\",[]],[\"name/784\",[305,59.048]],[\"comment/784\",[]],[\"name/785\",[1,29.604]],[\"comment/785\",[]],[\"name/786\",[306,64.156]],[\"comment/786\",[]],[\"name/787\",[307,59.048]],[\"comment/787\",[]],[\"name/788\",[1,29.604]],[\"comment/788\",[]],[\"name/789\",[308,64.156]],[\"comment/789\",[]],[\"name/790\",[309,64.156]],[\"comment/790\",[]],[\"name/791\",[310,64.156]],[\"comment/791\",[]],[\"name/792\",[311,64.156]],[\"comment/792\",[]],[\"name/793\",[1,29.604]],[\"comment/793\",[]],[\"name/794\",[264,59.048]],[\"comment/794\",[]],[\"name/795\",[239,53.17]],[\"comment/795\",[]],[\"name/796\",[235,53.17]],[\"comment/796\",[]],[\"name/797\",[312,64.156]],[\"comment/797\",[]],[\"name/798\",[313,55.683]],[\"comment/798\",[]],[\"name/799\",[314,64.156]],[\"comment/799\",[]],[\"name/800\",[305,59.048]],[\"comment/800\",[]],[\"name/801\",[307,59.048]],[\"comment/801\",[]],[\"name/802\",[315,64.156]],[\"comment/802\",[]],[\"name/803\",[316,64.156]],[\"comment/803\",[]],[\"name/804\",[317,64.156]],[\"comment/804\",[]],[\"name/805\",[226,59.048]],[\"comment/805\",[]],[\"name/806\",[318,64.156]],[\"comment/806\",[]],[\"name/807\",[1,29.604]],[\"comment/807\",[]],[\"name/808\",[224,55.683]],[\"comment/808\",[]],[\"name/809\",[1,29.604]],[\"comment/809\",[]],[\"name/810\",[319,64.156]],[\"comment/810\",[]],[\"name/811\",[320,64.156]],[\"comment/811\",[]],[\"name/812\",[321,64.156]],[\"comment/812\",[]],[\"name/813\",[277,55.683]],[\"comment/813\",[]],[\"name/814\",[1,29.604]],[\"comment/814\",[]],[\"name/815\",[322,64.156]],[\"comment/815\",[]],[\"name/816\",[323,64.156]],[\"comment/816\",[]],[\"name/817\",[324,64.156]],[\"comment/817\",[]],[\"name/818\",[325,64.156]],[\"comment/818\",[]],[\"name/819\",[326,64.156]],[\"comment/819\",[]],[\"name/820\",[327,64.156]],[\"comment/820\",[]],[\"name/821\",[328,64.156]],[\"comment/821\",[]],[\"name/822\",[1,29.604]],[\"comment/822\",[]],[\"name/823\",[329,64.156]],[\"comment/823\",[]],[\"name/824\",[330,64.156]],[\"comment/824\",[]],[\"name/825\",[331,64.156]],[\"comment/825\",[]],[\"name/826\",[332,64.156]],[\"comment/826\",[]],[\"name/827\",[333,64.156]],[\"comment/827\",[]],[\"name/828\",[1,29.604]],[\"comment/828\",[]],[\"name/829\",[8,39.589]],[\"comment/829\",[]],[\"name/830\",[239,53.17]],[\"comment/830\",[]],[\"name/831\",[334,64.156]],[\"comment/831\",[]],[\"name/832\",[1,29.604]],[\"comment/832\",[]],[\"name/833\",[185,59.048]],[\"comment/833\",[]],[\"name/834\",[1,29.604]],[\"comment/834\",[]],[\"name/835\",[335,59.048]],[\"comment/835\",[]],[\"name/836\",[313,55.683]],[\"comment/836\",[]],[\"name/837\",[302,55.683]],[\"comment/837\",[]],[\"name/838\",[186,59.048]],[\"comment/838\",[]],[\"name/839\",[1,29.604]],[\"comment/839\",[]],[\"name/840\",[335,59.048]],[\"comment/840\",[]],[\"name/841\",[313,55.683]],[\"comment/841\",[]],[\"name/842\",[302,55.683]],[\"comment/842\",[]],[\"name/843\",[336,64.156]],[\"comment/843\",[]],[\"name/844\",[337,64.156]],[\"comment/844\",[]],[\"name/845\",[1,29.604]],[\"comment/845\",[]],[\"name/846\",[189,53.17]],[\"comment/846\",[]],[\"name/847\",[18,49.493]],[\"comment/847\",[]],[\"name/848\",[8,39.589]],[\"comment/848\",[]],[\"name/849\",[3,53.17]],[\"comment/849\",[]],[\"name/850\",[199,59.048]],[\"comment/850\",[]],[\"name/851\",[230,53.17]],[\"comment/851\",[]],[\"name/852\",[175,59.048]],[\"comment/852\",[]],[\"name/853\",[338,64.156]],[\"comment/853\",[]],[\"name/854\",[1,29.604]],[\"comment/854\",[]],[\"name/855\",[339,64.156]],[\"comment/855\",[]],[\"name/856\",[340,64.156]],[\"comment/856\",[]],[\"name/857\",[341,64.156]],[\"comment/857\",[]],[\"name/858\",[342,64.156]],[\"comment/858\",[]],[\"name/859\",[343,64.156]],[\"comment/859\",[]],[\"name/860\",[344,64.156]],[\"comment/860\",[]],[\"name/861\",[1,29.604]],[\"comment/861\",[]],[\"name/862\",[8,39.589]],[\"comment/862\",[]],[\"name/863\",[345,64.156]],[\"comment/863\",[]],[\"name/864\",[346,64.156]],[\"comment/864\",[]],[\"name/865\",[347,64.156]],[\"comment/865\",[]],[\"name/866\",[348,64.156]],[\"comment/866\",[]],[\"name/867\",[1,29.604]],[\"comment/867\",[]],[\"name/868\",[8,39.589]],[\"comment/868\",[]],[\"name/869\",[349,64.156]],[\"comment/869\",[]],[\"name/870\",[350,64.156]],[\"comment/870\",[]],[\"name/871\",[351,64.156]],[\"comment/871\",[]],[\"name/872\",[352,64.156]],[\"comment/872\",[]],[\"name/873\",[353,64.156]],[\"comment/873\",[]],[\"name/874\",[354,64.156]],[\"comment/874\",[]],[\"name/875\",[355,64.156]],[\"comment/875\",[]],[\"name/876\",[356,64.156]],[\"comment/876\",[]],[\"name/877\",[357,64.156]],[\"comment/877\",[]],[\"name/878\",[358,64.156]],[\"comment/878\",[]],[\"name/879\",[359,64.156]],[\"comment/879\",[]],[\"name/880\",[360,64.156]],[\"comment/880\",[]],[\"name/881\",[88,51.164]],[\"comment/881\",[]],[\"name/882\",[1,29.604]],[\"comment/882\",[]],[\"name/883\",[8,39.589]],[\"comment/883\",[]],[\"name/884\",[361,64.156]],[\"comment/884\",[]],[\"name/885\",[362,64.156]],[\"comment/885\",[]],[\"name/886\",[363,64.156]],[\"comment/886\",[]],[\"name/887\",[364,64.156]],[\"comment/887\",[]],[\"name/888\",[365,64.156]],[\"comment/888\",[]],[\"name/889\",[1,29.604]],[\"comment/889\",[]],[\"name/890\",[251,53.17]],[\"comment/890\",[]],[\"name/891\",[224,55.683]],[\"comment/891\",[]],[\"name/892\",[366,64.156]],[\"comment/892\",[]],[\"name/893\",[367,64.156]],[\"comment/893\",[]],[\"name/894\",[1,29.604]],[\"comment/894\",[]],[\"name/895\",[8,39.589]],[\"comment/895\",[]],[\"name/896\",[368,59.048]],[\"comment/896\",[]],[\"name/897\",[369,64.156]],[\"comment/897\",[]],[\"name/898\",[277,55.683]],[\"comment/898\",[]],[\"name/899\",[370,64.156]],[\"comment/899\",[]],[\"name/900\",[1,29.604]],[\"comment/900\",[]],[\"name/901\",[371,64.156]],[\"comment/901\",[]],[\"name/902\",[265,59.048]],[\"comment/902\",[]],[\"name/903\",[372,64.156]],[\"comment/903\",[]],[\"name/904\",[205,55.683]],[\"comment/904\",[]],[\"name/905\",[275,59.048]],[\"comment/905\",[]],[\"name/906\",[276,59.048]],[\"comment/906\",[]],[\"name/907\",[368,59.048]],[\"comment/907\",[]],[\"name/908\",[373,64.156]],[\"comment/908\",[]],[\"name/909\",[374,64.156]],[\"comment/909\",[]],[\"name/910\",[1,29.604]],[\"comment/910\",[]],[\"name/911\",[15,55.683]],[\"comment/911\",[]],[\"name/912\",[16,55.683]],[\"comment/912\",[]],[\"name/913\",[17,55.683]],[\"comment/913\",[]],[\"name/914\",[18,49.493]],[\"comment/914\",[]],[\"name/915\",[375,64.156]],[\"comment/915\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":1,\"name\":{\"1\":{},\"8\":{},\"16\":{},\"53\":{},\"58\":{},\"62\":{},\"598\":{},\"604\":{},\"611\":{},\"633\":{},\"639\":{},\"644\":{},\"655\":{},\"666\":{},\"680\":{},\"686\":{},\"691\":{},\"696\":{},\"700\":{},\"709\":{},\"715\":{},\"748\":{},\"752\":{},\"758\":{},\"764\":{},\"769\":{},\"778\":{},\"785\":{},\"788\":{},\"793\":{},\"807\":{},\"809\":{},\"814\":{},\"822\":{},\"828\":{},\"832\":{},\"834\":{},\"839\":{},\"845\":{},\"854\":{},\"861\":{},\"867\":{},\"882\":{},\"889\":{},\"894\":{},\"900\":{},\"910\":{}},\"comment\":{}}],[\"_scope\",{\"_index\":30,\"name\":{\"40\":{}},\"comment\":{}}],[\"acceptfollowrequest\",{\"_index\":90,\"name\":{\"112\":{},\"263\":{},\"390\":{},\"518\":{}},\"comment\":{}}],[\"access_token\",{\"_index\":15,\"name\":{\"17\":{},\"41\":{},\"911\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":31,\"name\":{\"46\":{}},\"comment\":{}}],[\"account\",{\"_index\":189,\"name\":{\"212\":{},\"610\":{},\"719\":{},\"846\":{}},\"comment\":{}}],[\"account_id\",{\"_index\":363,\"name\":{\"886\":{}},\"comment\":{}}],[\"accounts\",{\"_index\":251,\"name\":{\"689\":{},\"713\":{},\"754\":{},\"890\":{}},\"comment\":{}}],[\"acct\",{\"_index\":209,\"name\":{\"614\":{},\"684\":{}},\"comment\":{}}],[\"action_taken\",{\"_index\":361,\"name\":{\"884\":{}},\"comment\":{}}],[\"activity\",{\"_index\":222,\"name\":{\"632\":{}},\"comment\":{}}],[\"addaccountstolist\",{\"_index\":138,\"name\":{\"160\":{},\"311\":{},\"438\":{},\"566\":{}},\"comment\":{}}],[\"alerts\",{\"_index\":347,\"name\":{\"865\":{}},\"comment\":{}}],[\"ancestors\",{\"_index\":285,\"name\":{\"749\":{}},\"comment\":{}}],[\"appdata\",{\"_index\":21,\"name\":{\"23\":{}},\"comment\":{}}],[\"appdatafromserver\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"application\",{\"_index\":227,\"name\":{\"638\":{},\"741\":{}},\"comment\":{}}],[\"application_id\",{\"_index\":373,\"name\":{\"908\":{}},\"comment\":{}}],[\"asyncattachment\",{\"_index\":229,\"name\":{\"643\":{}},\"comment\":{}}],[\"attachment\",{\"_index\":237,\"name\":{\"654\":{}},\"comment\":{}}],[\"auth\",{\"_index\":41,\"name\":{\"61\":{}},\"comment\":{}}],[\"author_name\",{\"_index\":241,\"name\":{\"672\":{}},\"comment\":{}}],[\"author_url\",{\"_index\":242,\"name\":{\"673\":{}},\"comment\":{}}],[\"avatar\",{\"_index\":215,\"name\":{\"623\":{}},\"comment\":{}}],[\"avatar_static\",{\"_index\":216,\"name\":{\"624\":{}},\"comment\":{}}],[\"baseurl\",{\"_index\":192,\"name\":{\"216\":{},\"344\":{},\"471\":{}},\"comment\":{}}],[\"blockaccount\",{\"_index\":67,\"name\":{\"89\":{},\"240\":{},\"367\":{},\"495\":{}},\"comment\":{}}],[\"blockdomain\",{\"_index\":81,\"name\":{\"103\":{},\"254\":{},\"381\":{},\"509\":{}},\"comment\":{}}],[\"blocked_by\",{\"_index\":353,\"name\":{\"873\":{}},\"comment\":{}}],[\"blocking\",{\"_index\":352,\"name\":{\"872\":{}},\"comment\":{}}],[\"blurhash\",{\"_index\":236,\"name\":{\"653\":{},\"664\":{}},\"comment\":{}}],[\"bookmarked\",{\"_index\":283,\"name\":{\"746\":{}},\"comment\":{}}],[\"bookmarkstatus\",{\"_index\":109,\"name\":{\"131\":{},\"282\":{},\"409\":{},\"537\":{}},\"comment\":{}}],[\"bot\",{\"_index\":221,\"name\":{\"630\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":47,\"name\":{\"68\":{},\"217\":{},\"345\":{},\"473\":{}},\"comment\":{}}],[\"cancelscheduledstatus\",{\"_index\":123,\"name\":{\"145\":{},\"296\":{},\"423\":{},\"551\":{}},\"comment\":{}}],[\"card\",{\"_index\":238,\"name\":{\"665\":{},\"739\":{}},\"comment\":{}}],[\"characters_reserved_per_url\",{\"_index\":321,\"name\":{\"812\":{}},\"comment\":{}}],[\"client\",{\"_index\":191,\"name\":{\"215\":{},\"343\":{},\"470\":{}},\"comment\":{}}],[\"client_id\",{\"_index\":12,\"name\":{\"13\":{},\"32\":{}},\"comment\":{}}],[\"client_secret\",{\"_index\":13,\"name\":{\"14\":{},\"33\":{}},\"comment\":{}}],[\"clientid\",{\"_index\":27,\"name\":{\"35\":{}},\"comment\":{}}],[\"clientsecret\",{\"_index\":28,\"name\":{\"36\":{}},\"comment\":{}}],[\"comment\",{\"_index\":362,\"name\":{\"885\":{}},\"comment\":{}}],[\"configuration\",{\"_index\":318,\"name\":{\"806\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":23,\"name\":{\"25\":{},\"39\":{},\"54\":{},\"214\":{},\"342\":{},\"469\":{}},\"comment\":{}}],[\"contact_account\",{\"_index\":316,\"name\":{\"803\":{}},\"comment\":{}}],[\"content\",{\"_index\":267,\"name\":{\"723\":{}},\"comment\":{}}],[\"context\",{\"_index\":284,\"name\":{\"747\":{},\"772\":{}},\"comment\":{}}],[\"conversation\",{\"_index\":287,\"name\":{\"751\":{}},\"comment\":{}}],[\"count\",{\"_index\":262,\"name\":{\"710\":{}},\"comment\":{}}],[\"createapp\",{\"_index\":49,\"name\":{\"70\":{},\"219\":{},\"347\":{},\"475\":{}},\"comment\":{}}],[\"created_at\",{\"_index\":18,\"name\":{\"20\":{},\"43\":{},\"617\":{},\"725\":{},\"847\":{},\"914\":{}},\"comment\":{}}],[\"createdat\",{\"_index\":33,\"name\":{\"49\":{}},\"comment\":{}}],[\"createemojireaction\",{\"_index\":158,\"name\":{\"180\":{},\"331\":{},\"458\":{},\"586\":{}},\"comment\":{}}],[\"createfeaturedtag\",{\"_index\":94,\"name\":{\"116\":{},\"267\":{},\"394\":{},\"522\":{}},\"comment\":{}}],[\"createfilter\",{\"_index\":85,\"name\":{\"107\":{},\"258\":{},\"385\":{},\"513\":{}},\"comment\":{}}],[\"createlist\",{\"_index\":134,\"name\":{\"156\":{},\"307\":{},\"434\":{},\"562\":{}},\"comment\":{}}],[\"data\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"day\",{\"_index\":249,\"name\":{\"687\":{}},\"comment\":{}}],[\"default\",{\"_index\":375,\"name\":{\"915\":{}},\"comment\":{}}],[\"deleteaccountsfromlist\",{\"_index\":139,\"name\":{\"161\":{},\"312\":{},\"439\":{},\"567\":{}},\"comment\":{}}],[\"deleteconversation\",{\"_index\":130,\"name\":{\"152\":{},\"303\":{},\"430\":{},\"558\":{}},\"comment\":{}}],[\"deleteemojireaction\",{\"_index\":159,\"name\":{\"181\":{},\"332\":{},\"459\":{},\"587\":{}},\"comment\":{}}],[\"deletefeaturedtag\",{\"_index\":95,\"name\":{\"117\":{},\"268\":{},\"395\":{},\"523\":{}},\"comment\":{}}],[\"deletefilter\",{\"_index\":87,\"name\":{\"109\":{},\"260\":{},\"387\":{},\"515\":{}},\"comment\":{}}],[\"deletelist\",{\"_index\":136,\"name\":{\"158\":{},\"309\":{},\"436\":{},\"564\":{}},\"comment\":{}}],[\"deletepushsubscription\",{\"_index\":150,\"name\":{\"172\":{},\"323\":{},\"450\":{},\"578\":{}},\"comment\":{}}],[\"deletestatus\",{\"_index\":101,\"name\":{\"123\":{},\"274\":{},\"401\":{},\"529\":{}},\"comment\":{}}],[\"delivery_following\",{\"_index\":351,\"name\":{\"871\":{}},\"comment\":{}}],[\"descendants\",{\"_index\":286,\"name\":{\"750\":{}},\"comment\":{}}],[\"description\",{\"_index\":235,\"name\":{\"652\":{},\"663\":{},\"669\":{},\"796\":{}},\"comment\":{}}],[\"detector\",{\"_index\":45,\"name\":{\"66\":{}},\"comment\":{}}],[\"directsocket\",{\"_index\":167,\"name\":{\"189\":{},\"340\":{},\"467\":{},\"595\":{}},\"comment\":{}}],[\"dismissnotification\",{\"_index\":145,\"name\":{\"167\":{},\"318\":{},\"445\":{},\"573\":{}},\"comment\":{}}],[\"dismissnotifications\",{\"_index\":144,\"name\":{\"166\":{},\"317\":{},\"444\":{},\"572\":{}},\"comment\":{}}],[\"display_name\",{\"_index\":210,\"name\":{\"615\":{}},\"comment\":{}}],[\"domain_blocking\",{\"_index\":357,\"name\":{\"877\":{}},\"comment\":{}}],[\"domain_count\",{\"_index\":310,\"name\":{\"791\":{}},\"comment\":{}}],[\"email\",{\"_index\":312,\"name\":{\"797\":{}},\"comment\":{}}],[\"emoji\",{\"_index\":199,\"name\":{\"597\":{},\"850\":{}},\"comment\":{}}],[\"emoji_reactions\",{\"_index\":281,\"name\":{\"744\":{}},\"comment\":{}}],[\"emojireaction\",{\"_index\":180,\"name\":{\"202\":{}},\"comment\":{}}],[\"emojis\",{\"_index\":219,\"name\":{\"627\":{},\"726\":{}},\"comment\":{}}],[\"endorsed\",{\"_index\":359,\"name\":{\"879\":{}},\"comment\":{}}],[\"endpoint\",{\"_index\":345,\"name\":{\"863\":{}},\"comment\":{}}],[\"entity\",{\"_index\":198,\"name\":{\"596\":{}},\"comment\":{}}],[\"expired\",{\"_index\":257,\"name\":{\"703\":{}},\"comment\":{}}],[\"expires_at\",{\"_index\":256,\"name\":{\"702\":{},\"773\":{}},\"comment\":{}}],[\"expires_in\",{\"_index\":19,\"name\":{\"21\":{},\"44\":{}},\"comment\":{}}],[\"expiresin\",{\"_index\":34,\"name\":{\"50\":{}},\"comment\":{}}],[\"favourite\",{\"_index\":177,\"name\":{\"199\":{}},\"comment\":{}}],[\"favourited\",{\"_index\":273,\"name\":{\"731\":{}},\"comment\":{}}],[\"favourites_count\",{\"_index\":271,\"name\":{\"729\":{}},\"comment\":{}}],[\"favouritestatus\",{\"_index\":105,\"name\":{\"127\":{},\"278\":{},\"405\":{},\"533\":{}},\"comment\":{}}],[\"featuredtag\",{\"_index\":290,\"name\":{\"757\":{}},\"comment\":{}}],[\"fetchaccesstoken\",{\"_index\":51,\"name\":{\"72\":{},\"222\":{},\"350\":{},\"478\":{}},\"comment\":{}}],[\"field\",{\"_index\":292,\"name\":{\"763\":{}},\"comment\":{}}],[\"fields\",{\"_index\":208,\"name\":{\"609\":{},\"629\":{}},\"comment\":{}}],[\"filter\",{\"_index\":295,\"name\":{\"768\":{}},\"comment\":{}}],[\"filtercontext\",{\"_index\":184,\"name\":{\"207\":{},\"776\":{}},\"comment\":{}}],[\"follow\",{\"_index\":176,\"name\":{\"198\":{}},\"comment\":{}}],[\"followaccount\",{\"_index\":65,\"name\":{\"87\":{},\"238\":{},\"365\":{},\"493\":{}},\"comment\":{}}],[\"followed_by\",{\"_index\":350,\"name\":{\"870\":{}},\"comment\":{}}],[\"followers_count\",{\"_index\":212,\"name\":{\"618\":{}},\"comment\":{}}],[\"following\",{\"_index\":349,\"name\":{\"869\":{}},\"comment\":{}}],[\"following_count\",{\"_index\":213,\"name\":{\"619\":{}},\"comment\":{}}],[\"followrequest\",{\"_index\":181,\"name\":{\"203\":{}},\"comment\":{}}],[\"from\",{\"_index\":22,\"name\":{\"24\":{},\"38\":{}},\"comment\":{}}],[\"generateauthurl\",{\"_index\":193,\"name\":{\"220\":{},\"348\":{}},\"comment\":{}}],[\"generateauthurlandtoken\",{\"_index\":197,\"name\":{\"476\":{}},\"comment\":{}}],[\"getaccount\",{\"_index\":56,\"name\":{\"78\":{},\"228\":{},\"356\":{},\"484\":{}},\"comment\":{}}],[\"getaccountfavourites\",{\"_index\":58,\"name\":{\"80\":{},\"232\":{},\"360\":{},\"486\":{}},\"comment\":{}}],[\"getaccountfollowers\",{\"_index\":61,\"name\":{\"83\":{},\"233\":{},\"361\":{},\"489\":{}},\"comment\":{}}],[\"getaccountfollowing\",{\"_index\":62,\"name\":{\"84\":{},\"234\":{},\"362\":{},\"490\":{}},\"comment\":{}}],[\"getaccountlists\",{\"_index\":63,\"name\":{\"85\":{},\"236\":{},\"363\":{},\"491\":{}},\"comment\":{}}],[\"getaccountsinlist\",{\"_index\":137,\"name\":{\"159\":{},\"310\":{},\"437\":{},\"565\":{}},\"comment\":{}}],[\"getaccountstatuses\",{\"_index\":57,\"name\":{\"79\":{},\"229\":{},\"357\":{},\"485\":{}},\"comment\":{}}],[\"getblocks\",{\"_index\":79,\"name\":{\"101\":{},\"252\":{},\"379\":{},\"507\":{}},\"comment\":{}}],[\"getbookmarks\",{\"_index\":76,\"name\":{\"98\":{},\"249\":{},\"376\":{},\"504\":{}},\"comment\":{}}],[\"getconversationtimeline\",{\"_index\":129,\"name\":{\"151\":{},\"302\":{},\"429\":{},\"557\":{}},\"comment\":{}}],[\"getdomainblocks\",{\"_index\":80,\"name\":{\"102\":{},\"253\":{},\"380\":{},\"508\":{}},\"comment\":{}}],[\"getemojireaction\",{\"_index\":161,\"name\":{\"183\":{},\"334\":{},\"461\":{},\"589\":{}},\"comment\":{}}],[\"getemojireactions\",{\"_index\":160,\"name\":{\"182\":{},\"333\":{},\"460\":{},\"588\":{}},\"comment\":{}}],[\"getendorsements\",{\"_index\":92,\"name\":{\"114\":{},\"265\":{},\"392\":{},\"520\":{}},\"comment\":{}}],[\"getfavourites\",{\"_index\":77,\"name\":{\"99\":{},\"250\":{},\"377\":{},\"505\":{}},\"comment\":{}}],[\"getfeaturedtags\",{\"_index\":93,\"name\":{\"115\":{},\"266\":{},\"393\":{},\"521\":{}},\"comment\":{}}],[\"getfilter\",{\"_index\":84,\"name\":{\"106\":{},\"257\":{},\"384\":{},\"512\":{}},\"comment\":{}}],[\"getfilters\",{\"_index\":83,\"name\":{\"105\":{},\"256\":{},\"383\":{},\"511\":{}},\"comment\":{}}],[\"getfollowrequests\",{\"_index\":89,\"name\":{\"111\":{},\"262\":{},\"389\":{},\"517\":{}},\"comment\":{}}],[\"gethometimeline\",{\"_index\":127,\"name\":{\"149\":{},\"300\":{},\"427\":{},\"555\":{}},\"comment\":{}}],[\"getidentityproof\",{\"_index\":64,\"name\":{\"86\":{},\"237\":{},\"364\":{},\"492\":{}},\"comment\":{}}],[\"getinstance\",{\"_index\":152,\"name\":{\"174\":{},\"325\":{},\"452\":{},\"580\":{}},\"comment\":{}}],[\"getinstanceactivity\",{\"_index\":154,\"name\":{\"176\":{},\"327\":{},\"454\":{},\"582\":{}},\"comment\":{}}],[\"getinstancecustomemojis\",{\"_index\":157,\"name\":{\"179\":{},\"330\":{},\"457\":{},\"585\":{}},\"comment\":{}}],[\"getinstancedirectory\",{\"_index\":156,\"name\":{\"178\":{},\"329\":{},\"456\":{},\"584\":{}},\"comment\":{}}],[\"getinstancepeers\",{\"_index\":153,\"name\":{\"175\":{},\"326\":{},\"453\":{},\"581\":{}},\"comment\":{}}],[\"getinstancetrends\",{\"_index\":155,\"name\":{\"177\":{},\"328\":{},\"455\":{},\"583\":{}},\"comment\":{}}],[\"getlist\",{\"_index\":133,\"name\":{\"155\":{},\"306\":{},\"433\":{},\"561\":{}},\"comment\":{}}],[\"getlists\",{\"_index\":132,\"name\":{\"154\":{},\"305\":{},\"432\":{},\"560\":{}},\"comment\":{}}],[\"getlisttimeline\",{\"_index\":128,\"name\":{\"150\":{},\"301\":{},\"428\":{},\"556\":{}},\"comment\":{}}],[\"getlocaltimeline\",{\"_index\":125,\"name\":{\"147\":{},\"298\":{},\"425\":{},\"553\":{}},\"comment\":{}}],[\"getmarkers\",{\"_index\":140,\"name\":{\"162\":{},\"313\":{},\"440\":{},\"568\":{}},\"comment\":{}}],[\"getmedia\",{\"_index\":116,\"name\":{\"138\":{},\"289\":{},\"416\":{},\"544\":{}},\"comment\":{}}],[\"getmutes\",{\"_index\":78,\"name\":{\"100\":{},\"251\":{},\"378\":{},\"506\":{}},\"comment\":{}}],[\"getnotification\",{\"_index\":143,\"name\":{\"165\":{},\"316\":{},\"443\":{},\"571\":{}},\"comment\":{}}],[\"getnotifications\",{\"_index\":142,\"name\":{\"164\":{},\"315\":{},\"442\":{},\"570\":{}},\"comment\":{}}],[\"getpoll\",{\"_index\":118,\"name\":{\"140\":{},\"291\":{},\"418\":{},\"546\":{}},\"comment\":{}}],[\"getpreferences\",{\"_index\":97,\"name\":{\"119\":{},\"270\":{},\"397\":{},\"525\":{}},\"comment\":{}}],[\"getpublictimeline\",{\"_index\":124,\"name\":{\"146\":{},\"297\":{},\"424\":{},\"552\":{}},\"comment\":{}}],[\"getpushsubscription\",{\"_index\":148,\"name\":{\"170\":{},\"321\":{},\"448\":{},\"576\":{}},\"comment\":{}}],[\"getrelationship\",{\"_index\":73,\"name\":{\"95\":{},\"246\":{},\"373\":{},\"501\":{}},\"comment\":{}}],[\"getrelationships\",{\"_index\":74,\"name\":{\"96\":{},\"247\":{},\"374\":{},\"502\":{}},\"comment\":{}}],[\"getscheduledstatus\",{\"_index\":121,\"name\":{\"143\":{},\"294\":{},\"421\":{},\"549\":{}},\"comment\":{}}],[\"getscheduledstatuses\",{\"_index\":120,\"name\":{\"142\":{},\"293\":{},\"420\":{},\"548\":{}},\"comment\":{}}],[\"getstatus\",{\"_index\":100,\"name\":{\"122\":{},\"273\":{},\"400\":{},\"528\":{}},\"comment\":{}}],[\"getstatuscontext\",{\"_index\":102,\"name\":{\"124\":{},\"275\":{},\"402\":{},\"530\":{}},\"comment\":{}}],[\"getstatusfavouritedby\",{\"_index\":104,\"name\":{\"126\":{},\"277\":{},\"404\":{},\"532\":{}},\"comment\":{}}],[\"getstatusrebloggedby\",{\"_index\":103,\"name\":{\"125\":{},\"276\":{},\"403\":{},\"531\":{}},\"comment\":{}}],[\"getsuggestedtags\",{\"_index\":96,\"name\":{\"118\":{},\"269\":{},\"396\":{},\"524\":{}},\"comment\":{}}],[\"getsuggestions\",{\"_index\":98,\"name\":{\"120\":{},\"271\":{},\"398\":{},\"526\":{}},\"comment\":{}}],[\"gettagtimeline\",{\"_index\":126,\"name\":{\"148\":{},\"299\":{},\"426\":{},\"554\":{}},\"comment\":{}}],[\"hashtags\",{\"_index\":366,\"name\":{\"892\":{}},\"comment\":{}}],[\"header\",{\"_index\":217,\"name\":{\"625\":{}},\"comment\":{}}],[\"header_static\",{\"_index\":218,\"name\":{\"626\":{}},\"comment\":{}}],[\"headers\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"height\",{\"_index\":247,\"name\":{\"678\":{}},\"comment\":{}}],[\"history\",{\"_index\":248,\"name\":{\"685\":{},\"694\":{}},\"comment\":{}}],[\"home\",{\"_index\":185,\"name\":{\"208\":{},\"833\":{}},\"comment\":{}}],[\"host\",{\"_index\":39,\"name\":{\"59\":{}},\"comment\":{}}],[\"html\",{\"_index\":245,\"name\":{\"676\":{}},\"comment\":{}}],[\"id\",{\"_index\":8,\"name\":{\"9\":{},\"28\":{},\"612\":{},\"645\":{},\"656\":{},\"681\":{},\"701\":{},\"716\":{},\"753\":{},\"759\":{},\"770\":{},\"829\":{},\"848\":{},\"862\":{},\"868\":{},\"883\":{},\"895\":{}},\"comment\":{}}],[\"identityproof\",{\"_index\":299,\"name\":{\"777\":{}},\"comment\":{}}],[\"image\",{\"_index\":240,\"name\":{\"671\":{}},\"comment\":{}}],[\"image_matrix_limit\",{\"_index\":324,\"name\":{\"817\":{}},\"comment\":{}}],[\"image_size_limit\",{\"_index\":323,\"name\":{\"816\":{}},\"comment\":{}}],[\"in_reply_to_account_id\",{\"_index\":266,\"name\":{\"721\":{}},\"comment\":{}}],[\"in_reply_to_id\",{\"_index\":265,\"name\":{\"720\":{},\"902\":{}},\"comment\":{}}],[\"instance\",{\"_index\":311,\"name\":{\"792\":{}},\"comment\":{}}],[\"irreversible\",{\"_index\":297,\"name\":{\"774\":{}},\"comment\":{}}],[\"iscancel\",{\"_index\":37,\"name\":{\"55\":{},\"56\":{}},\"comment\":{}}],[\"language\",{\"_index\":206,\"name\":{\"607\":{},\"742\":{}},\"comment\":{}}],[\"languages\",{\"_index\":315,\"name\":{\"802\":{}},\"comment\":{}}],[\"last_read_id\",{\"_index\":335,\"name\":{\"835\":{},\"840\":{}},\"comment\":{}}],[\"last_status\",{\"_index\":288,\"name\":{\"755\":{}},\"comment\":{}}],[\"last_status_at\",{\"_index\":291,\"name\":{\"762\":{}},\"comment\":{}}],[\"list\",{\"_index\":333,\"name\":{\"827\":{}},\"comment\":{}}],[\"listsocket\",{\"_index\":166,\"name\":{\"188\":{},\"339\":{},\"466\":{},\"594\":{}},\"comment\":{}}],[\"localsocket\",{\"_index\":164,\"name\":{\"186\":{},\"337\":{},\"464\":{},\"592\":{}},\"comment\":{}}],[\"locked\",{\"_index\":211,\"name\":{\"616\":{}},\"comment\":{}}],[\"logins\",{\"_index\":225,\"name\":{\"636\":{}},\"comment\":{}}],[\"marker\",{\"_index\":334,\"name\":{\"831\":{}},\"comment\":{}}],[\"mastodon\",{\"_index\":190,\"name\":{\"213\":{}},\"comment\":{}}],[\"max_characters\",{\"_index\":319,\"name\":{\"810\":{}},\"comment\":{}}],[\"max_characters_per_option\",{\"_index\":330,\"name\":{\"824\":{}},\"comment\":{}}],[\"max_expiration\",{\"_index\":332,\"name\":{\"826\":{}},\"comment\":{}}],[\"max_media_attachments\",{\"_index\":320,\"name\":{\"811\":{}},\"comment\":{}}],[\"max_options\",{\"_index\":329,\"name\":{\"823\":{}},\"comment\":{}}],[\"max_toot_chars\",{\"_index\":317,\"name\":{\"804\":{}},\"comment\":{}}],[\"me\",{\"_index\":263,\"name\":{\"711\":{}},\"comment\":{}}],[\"media_attachments\",{\"_index\":277,\"name\":{\"736\":{},\"813\":{},\"898\":{}},\"comment\":{}}],[\"media_ids\",{\"_index\":372,\"name\":{\"903\":{}},\"comment\":{}}],[\"megalodoninterface\",{\"_index\":46,\"name\":{\"67\":{}},\"comment\":{}}],[\"mention\",{\"_index\":179,\"name\":{\"201\":{},\"679\":{}},\"comment\":{}}],[\"mentions\",{\"_index\":278,\"name\":{\"737\":{}},\"comment\":{}}],[\"meta\",{\"_index\":234,\"name\":{\"651\":{},\"662\":{}},\"comment\":{}}],[\"min_expiration\",{\"_index\":331,\"name\":{\"825\":{}},\"comment\":{}}],[\"misskey\",{\"_index\":196,\"name\":{\"468\":{}},\"comment\":{}}],[\"moved\",{\"_index\":220,\"name\":{\"628\":{}},\"comment\":{}}],[\"multiple\",{\"_index\":258,\"name\":{\"704\":{}},\"comment\":{}}],[\"muteaccount\",{\"_index\":69,\"name\":{\"91\":{},\"242\":{},\"369\":{},\"497\":{}},\"comment\":{}}],[\"muted\",{\"_index\":274,\"name\":{\"732\":{}},\"comment\":{}}],[\"mutestatus\",{\"_index\":111,\"name\":{\"133\":{},\"284\":{},\"411\":{},\"539\":{}},\"comment\":{}}],[\"muting\",{\"_index\":354,\"name\":{\"874\":{}},\"comment\":{}}],[\"muting_notifications\",{\"_index\":355,\"name\":{\"875\":{}},\"comment\":{}}],[\"name\",{\"_index\":9,\"name\":{\"10\":{},\"29\":{},\"640\":{},\"692\":{},\"712\":{},\"760\":{},\"765\":{}},\"comment\":{}}],[\"note\",{\"_index\":207,\"name\":{\"608\":{},\"621\":{}},\"comment\":{}}],[\"notification\",{\"_index\":337,\"name\":{\"844\":{}},\"comment\":{}}],[\"notifications\",{\"_index\":186,\"name\":{\"209\":{},\"838\":{}},\"comment\":{}}],[\"notificationtype\",{\"_index\":175,\"name\":{\"197\":{},\"852\":{}},\"comment\":{}}],[\"notifying\",{\"_index\":360,\"name\":{\"880\":{}},\"comment\":{}}],[\"oauth\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"on\",{\"_index\":171,\"name\":{\"193\":{}},\"comment\":{}}],[\"once\",{\"_index\":172,\"name\":{\"194\":{}},\"comment\":{}}],[\"options\",{\"_index\":259,\"name\":{\"706\":{}},\"comment\":{}}],[\"params\",{\"_index\":369,\"name\":{\"897\":{}},\"comment\":{}}],[\"password\",{\"_index\":43,\"name\":{\"64\":{}},\"comment\":{}}],[\"phrase\",{\"_index\":296,\"name\":{\"771\":{}},\"comment\":{}}],[\"pinaccount\",{\"_index\":71,\"name\":{\"93\":{},\"244\":{},\"371\":{},\"499\":{}},\"comment\":{}}],[\"pinned\",{\"_index\":280,\"name\":{\"743\":{}},\"comment\":{}}],[\"pinstatus\",{\"_index\":113,\"name\":{\"135\":{},\"286\":{},\"413\":{},\"541\":{}},\"comment\":{}}],[\"plain_content\",{\"_index\":268,\"name\":{\"724\":{}},\"comment\":{}}],[\"pleroma\",{\"_index\":195,\"name\":{\"341\":{}},\"comment\":{}}],[\"poll\",{\"_index\":255,\"name\":{\"699\":{},\"740\":{}},\"comment\":{}}],[\"pollexpired\",{\"_index\":183,\"name\":{\"206\":{}},\"comment\":{}}],[\"polloption\",{\"_index\":253,\"name\":{\"695\":{}},\"comment\":{}}],[\"polls\",{\"_index\":328,\"name\":{\"821\":{}},\"comment\":{}}],[\"pollvote\",{\"_index\":182,\"name\":{\"205\":{}},\"comment\":{}}],[\"port\",{\"_index\":40,\"name\":{\"60\":{}},\"comment\":{}}],[\"posting:default:language\",{\"_index\":341,\"name\":{\"857\":{}},\"comment\":{}}],[\"posting:default:sensitive\",{\"_index\":340,\"name\":{\"856\":{}},\"comment\":{}}],[\"posting:default:visibility\",{\"_index\":339,\"name\":{\"855\":{}},\"comment\":{}}],[\"poststatus\",{\"_index\":99,\"name\":{\"121\":{},\"272\":{},\"399\":{},\"527\":{}},\"comment\":{}}],[\"preferences\",{\"_index\":338,\"name\":{\"853\":{}},\"comment\":{}}],[\"preview_url\",{\"_index\":232,\"name\":{\"649\":{},\"660\":{}},\"comment\":{}}],[\"privacy\",{\"_index\":204,\"name\":{\"605\":{}},\"comment\":{}}],[\"profile_url\",{\"_index\":304,\"name\":{\"783\":{}},\"comment\":{}}],[\"proof_url\",{\"_index\":303,\"name\":{\"782\":{}},\"comment\":{}}],[\"protocol\",{\"_index\":44,\"name\":{\"65\":{}},\"comment\":{}}],[\"provider\",{\"_index\":300,\"name\":{\"779\":{}},\"comment\":{}}],[\"provider_name\",{\"_index\":243,\"name\":{\"674\":{}},\"comment\":{}}],[\"provider_url\",{\"_index\":244,\"name\":{\"675\":{}},\"comment\":{}}],[\"provider_username\",{\"_index\":301,\"name\":{\"780\":{}},\"comment\":{}}],[\"proxyconfig\",{\"_index\":38,\"name\":{\"57\":{},\"472\":{}},\"comment\":{}}],[\"public\",{\"_index\":187,\"name\":{\"210\":{}},\"comment\":{}}],[\"publicsocket\",{\"_index\":163,\"name\":{\"185\":{},\"336\":{},\"463\":{},\"591\":{}},\"comment\":{}}],[\"pushsubscription\",{\"_index\":344,\"name\":{\"860\":{}},\"comment\":{}}],[\"quote\",{\"_index\":282,\"name\":{\"745\":{}},\"comment\":{}}],[\"reaction\",{\"_index\":261,\"name\":{\"708\":{}},\"comment\":{}}],[\"readconversation\",{\"_index\":131,\"name\":{\"153\":{},\"304\":{},\"431\":{},\"559\":{}},\"comment\":{}}],[\"reading:expand:media\",{\"_index\":342,\"name\":{\"858\":{}},\"comment\":{}}],[\"reading:expand:spoilers\",{\"_index\":343,\"name\":{\"859\":{}},\"comment\":{}}],[\"readnotifications\",{\"_index\":146,\"name\":{\"168\":{},\"319\":{},\"446\":{},\"574\":{}},\"comment\":{}}],[\"reblog\",{\"_index\":178,\"name\":{\"200\":{},\"722\":{}},\"comment\":{}}],[\"reblogged\",{\"_index\":272,\"name\":{\"730\":{}},\"comment\":{}}],[\"reblogs_count\",{\"_index\":270,\"name\":{\"728\":{}},\"comment\":{}}],[\"reblogstatus\",{\"_index\":107,\"name\":{\"129\":{},\"280\":{},\"407\":{},\"535\":{}},\"comment\":{}}],[\"redirect_uri\",{\"_index\":11,\"name\":{\"12\":{},\"31\":{}},\"comment\":{}}],[\"redirecturi\",{\"_index\":26,\"name\":{\"34\":{}},\"comment\":{}}],[\"refresh_token\",{\"_index\":20,\"name\":{\"22\":{},\"45\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":35,\"name\":{\"51\":{},\"73\":{},\"223\":{},\"351\":{},\"479\":{}},\"comment\":{}}],[\"registeraccount\",{\"_index\":53,\"name\":{\"75\":{},\"225\":{},\"353\":{},\"481\":{}},\"comment\":{}}],[\"registerapp\",{\"_index\":48,\"name\":{\"69\":{},\"218\":{},\"346\":{},\"474\":{}},\"comment\":{}}],[\"registrations\",{\"_index\":226,\"name\":{\"637\":{},\"805\":{}},\"comment\":{}}],[\"rejectfollowrequest\",{\"_index\":91,\"name\":{\"113\":{},\"264\":{},\"391\":{},\"519\":{}},\"comment\":{}}],[\"relationship\",{\"_index\":348,\"name\":{\"866\":{}},\"comment\":{}}],[\"remote_url\",{\"_index\":231,\"name\":{\"648\":{},\"659\":{}},\"comment\":{}}],[\"removealllisteners\",{\"_index\":174,\"name\":{\"196\":{}},\"comment\":{}}],[\"removelistener\",{\"_index\":173,\"name\":{\"195\":{}},\"comment\":{}}],[\"replies_count\",{\"_index\":269,\"name\":{\"727\":{}},\"comment\":{}}],[\"report\",{\"_index\":88,\"name\":{\"110\":{},\"261\":{},\"388\":{},\"516\":{},\"881\":{}},\"comment\":{}}],[\"requestcancelederror\",{\"_index\":36,\"name\":{\"52\":{}},\"comment\":{}}],[\"requested\",{\"_index\":356,\"name\":{\"876\":{}},\"comment\":{}}],[\"response\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"results\",{\"_index\":365,\"name\":{\"888\":{}},\"comment\":{}}],[\"revoketoken\",{\"_index\":52,\"name\":{\"74\":{},\"224\":{},\"352\":{},\"480\":{}},\"comment\":{}}],[\"savemarkers\",{\"_index\":141,\"name\":{\"163\":{},\"314\":{},\"441\":{},\"569\":{}},\"comment\":{}}],[\"scheduled_at\",{\"_index\":368,\"name\":{\"896\":{},\"907\":{}},\"comment\":{}}],[\"scheduledstatus\",{\"_index\":367,\"name\":{\"893\":{}},\"comment\":{}}],[\"schedulestatus\",{\"_index\":122,\"name\":{\"144\":{},\"295\":{},\"422\":{},\"550\":{}},\"comment\":{}}],[\"scope\",{\"_index\":17,\"name\":{\"19\":{},\"48\":{},\"913\":{}},\"comment\":{}}],[\"search\",{\"_index\":151,\"name\":{\"173\":{},\"324\":{},\"451\":{},\"579\":{}},\"comment\":{}}],[\"searchaccount\",{\"_index\":75,\"name\":{\"97\":{},\"248\":{},\"375\":{},\"503\":{}},\"comment\":{}}],[\"sensitive\",{\"_index\":205,\"name\":{\"606\":{},\"733\":{},\"904\":{}},\"comment\":{}}],[\"server_key\",{\"_index\":346,\"name\":{\"864\":{}},\"comment\":{}}],[\"session_token\",{\"_index\":25,\"name\":{\"27\":{}},\"comment\":{}}],[\"shortcode\",{\"_index\":200,\"name\":{\"599\":{}},\"comment\":{}}],[\"showing_reblogs\",{\"_index\":358,\"name\":{\"878\":{}},\"comment\":{}}],[\"source\",{\"_index\":203,\"name\":{\"603\":{},\"631\":{}},\"comment\":{}}],[\"spoiler_text\",{\"_index\":275,\"name\":{\"734\":{},\"905\":{}},\"comment\":{}}],[\"start\",{\"_index\":169,\"name\":{\"191\":{}},\"comment\":{}}],[\"static_url\",{\"_index\":201,\"name\":{\"600\":{}},\"comment\":{}}],[\"stats\",{\"_index\":307,\"name\":{\"787\":{},\"801\":{}},\"comment\":{}}],[\"status\",{\"_index\":3,\"name\":{\"3\":{},\"204\":{},\"714\":{},\"849\":{}},\"comment\":{}}],[\"status_count\",{\"_index\":309,\"name\":{\"790\":{}},\"comment\":{}}],[\"status_ids\",{\"_index\":364,\"name\":{\"887\":{}},\"comment\":{}}],[\"statuses\",{\"_index\":224,\"name\":{\"635\":{},\"808\":{},\"891\":{}},\"comment\":{}}],[\"statuses_count\",{\"_index\":214,\"name\":{\"620\":{},\"761\":{}},\"comment\":{}}],[\"statusparams\",{\"_index\":370,\"name\":{\"899\":{}},\"comment\":{}}],[\"statustext\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"stop\",{\"_index\":170,\"name\":{\"192\":{}},\"comment\":{}}],[\"streaming_api\",{\"_index\":306,\"name\":{\"786\":{}},\"comment\":{}}],[\"subscribeaccount\",{\"_index\":59,\"name\":{\"81\":{},\"230\":{},\"358\":{},\"487\":{}},\"comment\":{}}],[\"subscribepushnotification\",{\"_index\":147,\"name\":{\"169\":{},\"320\":{},\"447\":{},\"575\":{}},\"comment\":{}}],[\"supported_mime_types\",{\"_index\":322,\"name\":{\"815\":{}},\"comment\":{}}],[\"tag\",{\"_index\":252,\"name\":{\"690\":{}},\"comment\":{}}],[\"tags\",{\"_index\":279,\"name\":{\"738\":{}},\"comment\":{}}],[\"tagsocket\",{\"_index\":165,\"name\":{\"187\":{},\"338\":{},\"465\":{},\"593\":{}},\"comment\":{}}],[\"text\",{\"_index\":371,\"name\":{\"901\":{}},\"comment\":{}}],[\"text_url\",{\"_index\":233,\"name\":{\"650\":{},\"661\":{}},\"comment\":{}}],[\"thread\",{\"_index\":188,\"name\":{\"211\":{}},\"comment\":{}}],[\"thumbnail\",{\"_index\":314,\"name\":{\"799\":{}},\"comment\":{}}],[\"title\",{\"_index\":239,\"name\":{\"668\":{},\"697\":{},\"795\":{},\"830\":{}},\"comment\":{}}],[\"token\",{\"_index\":374,\"name\":{\"909\":{}},\"comment\":{}}],[\"token_type\",{\"_index\":16,\"name\":{\"18\":{},\"42\":{},\"912\":{}},\"comment\":{}}],[\"tokendata\",{\"_index\":29,\"name\":{\"37\":{}},\"comment\":{}}],[\"tokendatafromserver\",{\"_index\":14,\"name\":{\"15\":{}},\"comment\":{}}],[\"tokentype\",{\"_index\":32,\"name\":{\"47\":{}},\"comment\":{}}],[\"type\",{\"_index\":230,\"name\":{\"646\":{},\"657\":{},\"670\":{},\"851\":{}},\"comment\":{}}],[\"unblockaccount\",{\"_index\":68,\"name\":{\"90\":{},\"241\":{},\"368\":{},\"496\":{}},\"comment\":{}}],[\"unblockdomain\",{\"_index\":82,\"name\":{\"104\":{},\"255\":{},\"382\":{},\"510\":{}},\"comment\":{}}],[\"unbookmarkstatus\",{\"_index\":110,\"name\":{\"132\":{},\"283\":{},\"410\":{},\"538\":{}},\"comment\":{}}],[\"unfavouritestatus\",{\"_index\":106,\"name\":{\"128\":{},\"279\":{},\"406\":{},\"534\":{}},\"comment\":{}}],[\"unfollowaccount\",{\"_index\":66,\"name\":{\"88\":{},\"239\":{},\"366\":{},\"494\":{}},\"comment\":{}}],[\"unmuteaccount\",{\"_index\":70,\"name\":{\"92\":{},\"243\":{},\"370\":{},\"498\":{}},\"comment\":{}}],[\"unmutestatus\",{\"_index\":112,\"name\":{\"134\":{},\"285\":{},\"412\":{},\"540\":{}},\"comment\":{}}],[\"unpinaccount\",{\"_index\":72,\"name\":{\"94\":{},\"245\":{},\"372\":{},\"500\":{}},\"comment\":{}}],[\"unpinstatus\",{\"_index\":114,\"name\":{\"136\":{},\"287\":{},\"414\":{},\"542\":{}},\"comment\":{}}],[\"unread\",{\"_index\":289,\"name\":{\"756\":{}},\"comment\":{}}],[\"unread_count\",{\"_index\":336,\"name\":{\"843\":{}},\"comment\":{}}],[\"unreblogstatus\",{\"_index\":108,\"name\":{\"130\":{},\"281\":{},\"408\":{},\"536\":{}},\"comment\":{}}],[\"unsubscribeaccount\",{\"_index\":60,\"name\":{\"82\":{},\"231\":{},\"359\":{},\"488\":{}},\"comment\":{}}],[\"updatecredentials\",{\"_index\":55,\"name\":{\"77\":{},\"227\":{},\"355\":{},\"483\":{}},\"comment\":{}}],[\"updated_at\",{\"_index\":302,\"name\":{\"781\":{},\"837\":{},\"842\":{}},\"comment\":{}}],[\"updatefilter\",{\"_index\":86,\"name\":{\"108\":{},\"259\":{},\"386\":{},\"514\":{}},\"comment\":{}}],[\"updatelist\",{\"_index\":135,\"name\":{\"157\":{},\"308\":{},\"435\":{},\"563\":{}},\"comment\":{}}],[\"updatemedia\",{\"_index\":117,\"name\":{\"139\":{},\"290\":{},\"417\":{},\"545\":{}},\"comment\":{}}],[\"updatepushsubscription\",{\"_index\":149,\"name\":{\"171\":{},\"322\":{},\"449\":{},\"577\":{}},\"comment\":{}}],[\"uploadmedia\",{\"_index\":115,\"name\":{\"137\":{},\"288\":{},\"415\":{},\"543\":{}},\"comment\":{}}],[\"uri\",{\"_index\":264,\"name\":{\"717\":{},\"794\":{}},\"comment\":{}}],[\"url\",{\"_index\":24,\"name\":{\"26\":{},\"601\":{},\"622\":{},\"647\":{},\"658\":{},\"667\":{},\"683\":{},\"693\":{},\"718\":{}},\"comment\":{}}],[\"urls\",{\"_index\":305,\"name\":{\"784\":{},\"800\":{}},\"comment\":{}}],[\"urltoaccounts\",{\"_index\":194,\"name\":{\"235\":{}},\"comment\":{}}],[\"user_count\",{\"_index\":308,\"name\":{\"789\":{}},\"comment\":{}}],[\"username\",{\"_index\":42,\"name\":{\"63\":{},\"613\":{},\"682\":{}},\"comment\":{}}],[\"usersocket\",{\"_index\":162,\"name\":{\"184\":{},\"335\":{},\"462\":{},\"590\":{}},\"comment\":{}}],[\"uses\",{\"_index\":250,\"name\":{\"688\":{}},\"comment\":{}}],[\"value\",{\"_index\":293,\"name\":{\"766\":{}},\"comment\":{}}],[\"vapid_key\",{\"_index\":228,\"name\":{\"642\":{}},\"comment\":{}}],[\"verified_at\",{\"_index\":294,\"name\":{\"767\":{}},\"comment\":{}}],[\"verifyaccountcredentials\",{\"_index\":54,\"name\":{\"76\":{},\"226\":{},\"354\":{},\"482\":{}},\"comment\":{}}],[\"verifyappcredentials\",{\"_index\":50,\"name\":{\"71\":{},\"221\":{},\"349\":{},\"477\":{}},\"comment\":{}}],[\"version\",{\"_index\":313,\"name\":{\"798\":{},\"836\":{},\"841\":{}},\"comment\":{}}],[\"video_frame_limit\",{\"_index\":326,\"name\":{\"819\":{}},\"comment\":{}}],[\"video_matrix_limit\",{\"_index\":327,\"name\":{\"820\":{}},\"comment\":{}}],[\"video_size_limit\",{\"_index\":325,\"name\":{\"818\":{}},\"comment\":{}}],[\"visibility\",{\"_index\":276,\"name\":{\"735\":{},\"906\":{}},\"comment\":{}}],[\"visible_in_picker\",{\"_index\":202,\"name\":{\"602\":{}},\"comment\":{}}],[\"voted\",{\"_index\":260,\"name\":{\"707\":{}},\"comment\":{}}],[\"votepoll\",{\"_index\":119,\"name\":{\"141\":{},\"292\":{},\"419\":{},\"547\":{}},\"comment\":{}}],[\"votes_count\",{\"_index\":254,\"name\":{\"698\":{},\"705\":{}},\"comment\":{}}],[\"website\",{\"_index\":10,\"name\":{\"11\":{},\"30\":{},\"641\":{}},\"comment\":{}}],[\"websocketinterface\",{\"_index\":168,\"name\":{\"190\":{}},\"comment\":{}}],[\"week\",{\"_index\":223,\"name\":{\"634\":{}},\"comment\":{}}],[\"whole_word\",{\"_index\":298,\"name\":{\"775\":{}},\"comment\":{}}],[\"width\",{\"_index\":246,\"name\":{\"677\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":4194304,\"name\":\"Response\",\"url\":\"types/Response.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Response.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Response\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/Response.html#__type.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"types/Response.html#__type.status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":1024,\"name\":\"statusText\",\"url\":\"types/Response.html#__type.statusText\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"types/Response.html#__type.headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Response.__type\"},{\"kind\":4,\"name\":\"OAuth\",\"url\":\"modules/OAuth.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":4194304,\"name\":\"AppDataFromServer\",\"url\":\"types/OAuth.AppDataFromServer.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OAuth.AppDataFromServer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"OAuth.AppDataFromServer\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"website\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.website\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"redirect_uri\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.redirect_uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"client_id\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.client_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":1024,\"name\":\"client_secret\",\"url\":\"types/OAuth.AppDataFromServer.html#__type.client_secret\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.AppDataFromServer.__type\"},{\"kind\":4194304,\"name\":\"TokenDataFromServer\",\"url\":\"types/OAuth.TokenDataFromServer.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"OAuth.TokenDataFromServer\"},{\"kind\":1024,\"name\":\"access_token\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"token_type\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.token_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"scope\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"expires_in\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.expires_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":1024,\"name\":\"refresh_token\",\"url\":\"types/OAuth.TokenDataFromServer.html#__type.refresh_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"OAuth.TokenDataFromServer.__type\"},{\"kind\":128,\"name\":\"AppData\",\"url\":\"classes/OAuth.AppData.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/OAuth.AppData.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OAuth.AppData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"classes/OAuth.AppData.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"session_token\",\"url\":\"classes/OAuth.AppData.html#session_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/OAuth.AppData.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/OAuth.AppData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"website\",\"url\":\"classes/OAuth.AppData.html#website\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"redirect_uri\",\"url\":\"classes/OAuth.AppData.html#redirect_uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"client_id\",\"url\":\"classes/OAuth.AppData.html#client_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":1024,\"name\":\"client_secret\",\"url\":\"classes/OAuth.AppData.html#client_secret\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":262144,\"name\":\"redirectUri\",\"url\":\"classes/OAuth.AppData.html#redirectUri\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":262144,\"name\":\"clientId\",\"url\":\"classes/OAuth.AppData.html#clientId\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":262144,\"name\":\"clientSecret\",\"url\":\"classes/OAuth.AppData.html#clientSecret\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.AppData\"},{\"kind\":128,\"name\":\"TokenData\",\"url\":\"classes/OAuth.TokenData.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"OAuth\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/OAuth.TokenData.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OAuth.TokenData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"_scope\",\"url\":\"classes/OAuth.TokenData.html#_scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"access_token\",\"url\":\"classes/OAuth.TokenData.html#access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"token_type\",\"url\":\"classes/OAuth.TokenData.html#token_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"classes/OAuth.TokenData.html#created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"expires_in\",\"url\":\"classes/OAuth.TokenData.html#expires_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":1024,\"name\":\"refresh_token\",\"url\":\"classes/OAuth.TokenData.html#refresh_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"accessToken\",\"url\":\"classes/OAuth.TokenData.html#accessToken\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"tokenType\",\"url\":\"classes/OAuth.TokenData.html#tokenType\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"scope\",\"url\":\"classes/OAuth.TokenData.html#scope\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"createdAt\",\"url\":\"classes/OAuth.TokenData.html#createdAt\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"expiresIn\",\"url\":\"classes/OAuth.TokenData.html#expiresIn\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":262144,\"name\":\"refreshToken\",\"url\":\"classes/OAuth.TokenData.html#refreshToken\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"OAuth.TokenData\"},{\"kind\":128,\"name\":\"RequestCanceledError\",\"url\":\"classes/RequestCanceledError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RequestCanceledError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RequestCanceledError\"},{\"kind\":1024,\"name\":\"isCancel\",\"url\":\"classes/RequestCanceledError.html#isCancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RequestCanceledError\"},{\"kind\":64,\"name\":\"isCancel\",\"url\":\"functions/isCancel.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"ProxyConfig\",\"url\":\"types/ProxyConfig.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ProxyConfig.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ProxyConfig\"},{\"kind\":1024,\"name\":\"host\",\"url\":\"types/ProxyConfig.html#__type.host\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":1024,\"name\":\"port\",\"url\":\"types/ProxyConfig.html#__type.port\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":1024,\"name\":\"auth\",\"url\":\"types/ProxyConfig.html#__type.auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ProxyConfig.html#__type.auth.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ProxyConfig.__type.auth\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"types/ProxyConfig.html#__type.auth.__type-1.username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type.auth.__type\"},{\"kind\":1024,\"name\":\"password\",\"url\":\"types/ProxyConfig.html#__type.auth.__type-1.password\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type.auth.__type\"},{\"kind\":1024,\"name\":\"protocol\",\"url\":\"types/ProxyConfig.html#__type.protocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ProxyConfig.__type\"},{\"kind\":64,\"name\":\"detector\",\"url\":\"functions/detector.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"MegalodonInterface\",\"url\":\"interfaces/MegalodonInterface.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"interfaces/MegalodonInterface.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"interfaces/MegalodonInterface.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"interfaces/MegalodonInterface.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"interfaces/MegalodonInterface.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"interfaces/MegalodonInterface.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"interfaces/MegalodonInterface.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"interfaces/MegalodonInterface.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"interfaces/MegalodonInterface.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"interfaces/MegalodonInterface.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"interfaces/MegalodonInterface.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"interfaces/MegalodonInterface.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"interfaces/MegalodonInterface.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"interfaces/MegalodonInterface.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"interfaces/MegalodonInterface.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"interfaces/MegalodonInterface.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"interfaces/MegalodonInterface.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"interfaces/MegalodonInterface.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"interfaces/MegalodonInterface.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"interfaces/MegalodonInterface.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"interfaces/MegalodonInterface.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"interfaces/MegalodonInterface.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"interfaces/MegalodonInterface.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"interfaces/MegalodonInterface.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"interfaces/MegalodonInterface.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"interfaces/MegalodonInterface.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"interfaces/MegalodonInterface.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"interfaces/MegalodonInterface.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"interfaces/MegalodonInterface.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"interfaces/MegalodonInterface.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"interfaces/MegalodonInterface.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"interfaces/MegalodonInterface.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"interfaces/MegalodonInterface.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"interfaces/MegalodonInterface.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"interfaces/MegalodonInterface.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"interfaces/MegalodonInterface.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"interfaces/MegalodonInterface.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"interfaces/MegalodonInterface.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"interfaces/MegalodonInterface.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"interfaces/MegalodonInterface.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"interfaces/MegalodonInterface.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"interfaces/MegalodonInterface.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"interfaces/MegalodonInterface.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"interfaces/MegalodonInterface.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"interfaces/MegalodonInterface.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"interfaces/MegalodonInterface.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"interfaces/MegalodonInterface.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"interfaces/MegalodonInterface.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"interfaces/MegalodonInterface.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"interfaces/MegalodonInterface.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"interfaces/MegalodonInterface.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"interfaces/MegalodonInterface.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"interfaces/MegalodonInterface.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"interfaces/MegalodonInterface.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"interfaces/MegalodonInterface.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"interfaces/MegalodonInterface.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"interfaces/MegalodonInterface.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"interfaces/MegalodonInterface.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"interfaces/MegalodonInterface.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"interfaces/MegalodonInterface.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"interfaces/MegalodonInterface.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"interfaces/MegalodonInterface.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"interfaces/MegalodonInterface.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"interfaces/MegalodonInterface.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"interfaces/MegalodonInterface.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"interfaces/MegalodonInterface.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"interfaces/MegalodonInterface.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"interfaces/MegalodonInterface.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"interfaces/MegalodonInterface.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"interfaces/MegalodonInterface.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"interfaces/MegalodonInterface.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"interfaces/MegalodonInterface.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"interfaces/MegalodonInterface.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"interfaces/MegalodonInterface.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"interfaces/MegalodonInterface.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"interfaces/MegalodonInterface.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"interfaces/MegalodonInterface.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"interfaces/MegalodonInterface.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"interfaces/MegalodonInterface.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"interfaces/MegalodonInterface.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"interfaces/MegalodonInterface.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"interfaces/MegalodonInterface.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"interfaces/MegalodonInterface.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"interfaces/MegalodonInterface.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"interfaces/MegalodonInterface.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"interfaces/MegalodonInterface.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"interfaces/MegalodonInterface.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"interfaces/MegalodonInterface.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"interfaces/MegalodonInterface.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"interfaces/MegalodonInterface.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"interfaces/MegalodonInterface.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"interfaces/MegalodonInterface.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"interfaces/MegalodonInterface.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"interfaces/MegalodonInterface.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"interfaces/MegalodonInterface.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"interfaces/MegalodonInterface.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"interfaces/MegalodonInterface.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"interfaces/MegalodonInterface.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"interfaces/MegalodonInterface.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"interfaces/MegalodonInterface.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"interfaces/MegalodonInterface.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"interfaces/MegalodonInterface.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"interfaces/MegalodonInterface.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"interfaces/MegalodonInterface.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"interfaces/MegalodonInterface.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"interfaces/MegalodonInterface.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"interfaces/MegalodonInterface.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"interfaces/MegalodonInterface.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"interfaces/MegalodonInterface.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"interfaces/MegalodonInterface.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"interfaces/MegalodonInterface.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"interfaces/MegalodonInterface.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"interfaces/MegalodonInterface.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"interfaces/MegalodonInterface.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"interfaces/MegalodonInterface.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"MegalodonInterface\"},{\"kind\":256,\"name\":\"WebSocketInterface\",\"url\":\"interfaces/WebSocketInterface.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/WebSocketInterface.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/WebSocketInterface.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"interfaces/WebSocketInterface.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"once\",\"url\":\"interfaces/WebSocketInterface.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"removeListener\",\"url\":\"interfaces/WebSocketInterface.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"interfaces/WebSocketInterface.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"WebSocketInterface\"},{\"kind\":4,\"name\":\"NotificationType\",\"url\":\"modules/NotificationType.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Follow\",\"url\":\"variables/NotificationType.Follow.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Favourite\",\"url\":\"variables/NotificationType.Favourite.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Reblog\",\"url\":\"variables/NotificationType.Reblog.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Mention\",\"url\":\"variables/NotificationType.Mention.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"EmojiReaction\",\"url\":\"variables/NotificationType.EmojiReaction.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"FollowRequest\",\"url\":\"variables/NotificationType.FollowRequest.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"Status\",\"url\":\"variables/NotificationType.Status.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"PollVote\",\"url\":\"variables/NotificationType.PollVote.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":32,\"name\":\"PollExpired\",\"url\":\"variables/NotificationType.PollExpired.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"NotificationType\"},{\"kind\":4,\"name\":\"FilterContext\",\"url\":\"modules/FilterContext.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Home\",\"url\":\"variables/FilterContext.Home.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Notifications\",\"url\":\"variables/FilterContext.Notifications.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Public\",\"url\":\"variables/FilterContext.Public.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Thread\",\"url\":\"variables/FilterContext.Thread.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":32,\"name\":\"Account\",\"url\":\"variables/FilterContext.Account.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"FilterContext\"},{\"kind\":128,\"name\":\"Mastodon\",\"url\":\"classes/Mastodon.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Mastodon.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":1024,\"name\":\"client\",\"url\":\"classes/Mastodon.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/Mastodon.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/Mastodon.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"classes/Mastodon.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/Mastodon.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"generateAuthUrl\",\"url\":\"classes/Mastodon.html#generateAuthUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"classes/Mastodon.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"classes/Mastodon.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"classes/Mastodon.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"classes/Mastodon.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"classes/Mastodon.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"classes/Mastodon.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"classes/Mastodon.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"classes/Mastodon.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"classes/Mastodon.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"classes/Mastodon.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"classes/Mastodon.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"classes/Mastodon.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"classes/Mastodon.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"classes/Mastodon.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"urlToAccounts\",\"url\":\"classes/Mastodon.html#urlToAccounts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"classes/Mastodon.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"classes/Mastodon.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"classes/Mastodon.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"classes/Mastodon.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"classes/Mastodon.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"classes/Mastodon.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"classes/Mastodon.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"classes/Mastodon.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"classes/Mastodon.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"classes/Mastodon.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"classes/Mastodon.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"classes/Mastodon.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"classes/Mastodon.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"classes/Mastodon.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"classes/Mastodon.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"classes/Mastodon.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"classes/Mastodon.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"classes/Mastodon.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"classes/Mastodon.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"classes/Mastodon.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"classes/Mastodon.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"classes/Mastodon.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"classes/Mastodon.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"classes/Mastodon.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"classes/Mastodon.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"classes/Mastodon.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"classes/Mastodon.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"classes/Mastodon.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"classes/Mastodon.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"classes/Mastodon.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"classes/Mastodon.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"classes/Mastodon.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"classes/Mastodon.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"classes/Mastodon.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"classes/Mastodon.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"classes/Mastodon.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"classes/Mastodon.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"classes/Mastodon.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"classes/Mastodon.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"classes/Mastodon.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"classes/Mastodon.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"classes/Mastodon.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"classes/Mastodon.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"classes/Mastodon.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"classes/Mastodon.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"classes/Mastodon.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"classes/Mastodon.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"classes/Mastodon.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"classes/Mastodon.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"classes/Mastodon.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"classes/Mastodon.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"classes/Mastodon.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"classes/Mastodon.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"classes/Mastodon.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"classes/Mastodon.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"classes/Mastodon.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"classes/Mastodon.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"classes/Mastodon.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"classes/Mastodon.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"classes/Mastodon.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"classes/Mastodon.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"classes/Mastodon.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"classes/Mastodon.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"classes/Mastodon.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"classes/Mastodon.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"classes/Mastodon.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"classes/Mastodon.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"classes/Mastodon.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"classes/Mastodon.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"classes/Mastodon.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"classes/Mastodon.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"classes/Mastodon.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"classes/Mastodon.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"classes/Mastodon.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"classes/Mastodon.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"classes/Mastodon.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"classes/Mastodon.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"classes/Mastodon.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"classes/Mastodon.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"classes/Mastodon.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"classes/Mastodon.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"classes/Mastodon.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"classes/Mastodon.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"classes/Mastodon.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"classes/Mastodon.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"classes/Mastodon.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"classes/Mastodon.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"classes/Mastodon.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"classes/Mastodon.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"classes/Mastodon.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"classes/Mastodon.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"classes/Mastodon.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"classes/Mastodon.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"classes/Mastodon.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"classes/Mastodon.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"classes/Mastodon.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"classes/Mastodon.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"classes/Mastodon.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"classes/Mastodon.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"classes/Mastodon.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"classes/Mastodon.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"classes/Mastodon.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"classes/Mastodon.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"classes/Mastodon.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"classes/Mastodon.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mastodon\"},{\"kind\":128,\"name\":\"Pleroma\",\"url\":\"classes/Pleroma.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Pleroma.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":1024,\"name\":\"client\",\"url\":\"classes/Pleroma.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/Pleroma.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/Pleroma.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"classes/Pleroma.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/Pleroma.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"generateAuthUrl\",\"url\":\"classes/Pleroma.html#generateAuthUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"classes/Pleroma.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"classes/Pleroma.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"classes/Pleroma.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"classes/Pleroma.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"classes/Pleroma.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"classes/Pleroma.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"classes/Pleroma.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"classes/Pleroma.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"classes/Pleroma.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"classes/Pleroma.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"classes/Pleroma.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"classes/Pleroma.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"classes/Pleroma.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"classes/Pleroma.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"classes/Pleroma.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"classes/Pleroma.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"classes/Pleroma.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"classes/Pleroma.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"classes/Pleroma.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"classes/Pleroma.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"classes/Pleroma.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"classes/Pleroma.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"classes/Pleroma.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"classes/Pleroma.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"classes/Pleroma.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"classes/Pleroma.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"classes/Pleroma.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"classes/Pleroma.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"classes/Pleroma.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"classes/Pleroma.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"classes/Pleroma.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"classes/Pleroma.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"classes/Pleroma.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"classes/Pleroma.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"classes/Pleroma.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"classes/Pleroma.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"classes/Pleroma.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"classes/Pleroma.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"classes/Pleroma.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"classes/Pleroma.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"classes/Pleroma.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"classes/Pleroma.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"classes/Pleroma.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"classes/Pleroma.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"classes/Pleroma.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"classes/Pleroma.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"classes/Pleroma.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"classes/Pleroma.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"classes/Pleroma.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"classes/Pleroma.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"classes/Pleroma.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"classes/Pleroma.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"classes/Pleroma.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"classes/Pleroma.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"classes/Pleroma.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"classes/Pleroma.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"classes/Pleroma.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"classes/Pleroma.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"classes/Pleroma.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"classes/Pleroma.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"classes/Pleroma.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"classes/Pleroma.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"classes/Pleroma.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"classes/Pleroma.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"classes/Pleroma.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"classes/Pleroma.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"classes/Pleroma.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"classes/Pleroma.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"classes/Pleroma.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"classes/Pleroma.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"classes/Pleroma.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"classes/Pleroma.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"classes/Pleroma.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"classes/Pleroma.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"classes/Pleroma.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"classes/Pleroma.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"classes/Pleroma.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"classes/Pleroma.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"classes/Pleroma.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"classes/Pleroma.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"classes/Pleroma.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"classes/Pleroma.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"classes/Pleroma.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"classes/Pleroma.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"classes/Pleroma.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"classes/Pleroma.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"classes/Pleroma.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"classes/Pleroma.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"classes/Pleroma.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"classes/Pleroma.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"classes/Pleroma.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"classes/Pleroma.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"classes/Pleroma.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"classes/Pleroma.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"classes/Pleroma.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"classes/Pleroma.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"classes/Pleroma.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"classes/Pleroma.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"classes/Pleroma.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"classes/Pleroma.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"classes/Pleroma.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"classes/Pleroma.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"classes/Pleroma.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"classes/Pleroma.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"classes/Pleroma.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"classes/Pleroma.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"classes/Pleroma.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"classes/Pleroma.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"classes/Pleroma.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"classes/Pleroma.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"classes/Pleroma.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"classes/Pleroma.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"classes/Pleroma.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"classes/Pleroma.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"classes/Pleroma.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"classes/Pleroma.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"classes/Pleroma.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"classes/Pleroma.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"classes/Pleroma.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pleroma\"},{\"kind\":128,\"name\":\"Misskey\",\"url\":\"classes/Misskey.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Misskey.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":1024,\"name\":\"client\",\"url\":\"classes/Misskey.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/Misskey.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":1024,\"name\":\"proxyConfig\",\"url\":\"classes/Misskey.html#proxyConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/Misskey.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"registerApp\",\"url\":\"classes/Misskey.html#registerApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/Misskey.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"generateAuthUrlAndToken\",\"url\":\"classes/Misskey.html#generateAuthUrlAndToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"verifyAppCredentials\",\"url\":\"classes/Misskey.html#verifyAppCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"fetchAccessToken\",\"url\":\"classes/Misskey.html#fetchAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"refreshToken\",\"url\":\"classes/Misskey.html#refreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"revokeToken\",\"url\":\"classes/Misskey.html#revokeToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"registerAccount\",\"url\":\"classes/Misskey.html#registerAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"verifyAccountCredentials\",\"url\":\"classes/Misskey.html#verifyAccountCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateCredentials\",\"url\":\"classes/Misskey.html#updateCredentials\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccount\",\"url\":\"classes/Misskey.html#getAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountStatuses\",\"url\":\"classes/Misskey.html#getAccountStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountFavourites\",\"url\":\"classes/Misskey.html#getAccountFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"subscribeAccount\",\"url\":\"classes/Misskey.html#subscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unsubscribeAccount\",\"url\":\"classes/Misskey.html#unsubscribeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountFollowers\",\"url\":\"classes/Misskey.html#getAccountFollowers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountFollowing\",\"url\":\"classes/Misskey.html#getAccountFollowing\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountLists\",\"url\":\"classes/Misskey.html#getAccountLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getIdentityProof\",\"url\":\"classes/Misskey.html#getIdentityProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"followAccount\",\"url\":\"classes/Misskey.html#followAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unfollowAccount\",\"url\":\"classes/Misskey.html#unfollowAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"blockAccount\",\"url\":\"classes/Misskey.html#blockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unblockAccount\",\"url\":\"classes/Misskey.html#unblockAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"muteAccount\",\"url\":\"classes/Misskey.html#muteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unmuteAccount\",\"url\":\"classes/Misskey.html#unmuteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"pinAccount\",\"url\":\"classes/Misskey.html#pinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unpinAccount\",\"url\":\"classes/Misskey.html#unpinAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getRelationship\",\"url\":\"classes/Misskey.html#getRelationship\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getRelationships\",\"url\":\"classes/Misskey.html#getRelationships\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"searchAccount\",\"url\":\"classes/Misskey.html#searchAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getBookmarks\",\"url\":\"classes/Misskey.html#getBookmarks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFavourites\",\"url\":\"classes/Misskey.html#getFavourites\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getMutes\",\"url\":\"classes/Misskey.html#getMutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getBlocks\",\"url\":\"classes/Misskey.html#getBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getDomainBlocks\",\"url\":\"classes/Misskey.html#getDomainBlocks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"blockDomain\",\"url\":\"classes/Misskey.html#blockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unblockDomain\",\"url\":\"classes/Misskey.html#unblockDomain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFilters\",\"url\":\"classes/Misskey.html#getFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFilter\",\"url\":\"classes/Misskey.html#getFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createFilter\",\"url\":\"classes/Misskey.html#createFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateFilter\",\"url\":\"classes/Misskey.html#updateFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteFilter\",\"url\":\"classes/Misskey.html#deleteFilter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"report\",\"url\":\"classes/Misskey.html#report\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFollowRequests\",\"url\":\"classes/Misskey.html#getFollowRequests\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"acceptFollowRequest\",\"url\":\"classes/Misskey.html#acceptFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"rejectFollowRequest\",\"url\":\"classes/Misskey.html#rejectFollowRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getEndorsements\",\"url\":\"classes/Misskey.html#getEndorsements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getFeaturedTags\",\"url\":\"classes/Misskey.html#getFeaturedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createFeaturedTag\",\"url\":\"classes/Misskey.html#createFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteFeaturedTag\",\"url\":\"classes/Misskey.html#deleteFeaturedTag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getSuggestedTags\",\"url\":\"classes/Misskey.html#getSuggestedTags\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPreferences\",\"url\":\"classes/Misskey.html#getPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getSuggestions\",\"url\":\"classes/Misskey.html#getSuggestions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"postStatus\",\"url\":\"classes/Misskey.html#postStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"classes/Misskey.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteStatus\",\"url\":\"classes/Misskey.html#deleteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatusContext\",\"url\":\"classes/Misskey.html#getStatusContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatusRebloggedBy\",\"url\":\"classes/Misskey.html#getStatusRebloggedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getStatusFavouritedBy\",\"url\":\"classes/Misskey.html#getStatusFavouritedBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"favouriteStatus\",\"url\":\"classes/Misskey.html#favouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unfavouriteStatus\",\"url\":\"classes/Misskey.html#unfavouriteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"reblogStatus\",\"url\":\"classes/Misskey.html#reblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unreblogStatus\",\"url\":\"classes/Misskey.html#unreblogStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"bookmarkStatus\",\"url\":\"classes/Misskey.html#bookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unbookmarkStatus\",\"url\":\"classes/Misskey.html#unbookmarkStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"muteStatus\",\"url\":\"classes/Misskey.html#muteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unmuteStatus\",\"url\":\"classes/Misskey.html#unmuteStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"pinStatus\",\"url\":\"classes/Misskey.html#pinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"unpinStatus\",\"url\":\"classes/Misskey.html#unpinStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"uploadMedia\",\"url\":\"classes/Misskey.html#uploadMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getMedia\",\"url\":\"classes/Misskey.html#getMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateMedia\",\"url\":\"classes/Misskey.html#updateMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPoll\",\"url\":\"classes/Misskey.html#getPoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"votePoll\",\"url\":\"classes/Misskey.html#votePoll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getScheduledStatuses\",\"url\":\"classes/Misskey.html#getScheduledStatuses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getScheduledStatus\",\"url\":\"classes/Misskey.html#getScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"scheduleStatus\",\"url\":\"classes/Misskey.html#scheduleStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"cancelScheduledStatus\",\"url\":\"classes/Misskey.html#cancelScheduledStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPublicTimeline\",\"url\":\"classes/Misskey.html#getPublicTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getLocalTimeline\",\"url\":\"classes/Misskey.html#getLocalTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getTagTimeline\",\"url\":\"classes/Misskey.html#getTagTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getHomeTimeline\",\"url\":\"classes/Misskey.html#getHomeTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getListTimeline\",\"url\":\"classes/Misskey.html#getListTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getConversationTimeline\",\"url\":\"classes/Misskey.html#getConversationTimeline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteConversation\",\"url\":\"classes/Misskey.html#deleteConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"readConversation\",\"url\":\"classes/Misskey.html#readConversation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getLists\",\"url\":\"classes/Misskey.html#getLists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getList\",\"url\":\"classes/Misskey.html#getList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createList\",\"url\":\"classes/Misskey.html#createList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updateList\",\"url\":\"classes/Misskey.html#updateList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteList\",\"url\":\"classes/Misskey.html#deleteList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getAccountsInList\",\"url\":\"classes/Misskey.html#getAccountsInList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"addAccountsToList\",\"url\":\"classes/Misskey.html#addAccountsToList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteAccountsFromList\",\"url\":\"classes/Misskey.html#deleteAccountsFromList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getMarkers\",\"url\":\"classes/Misskey.html#getMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"saveMarkers\",\"url\":\"classes/Misskey.html#saveMarkers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getNotifications\",\"url\":\"classes/Misskey.html#getNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getNotification\",\"url\":\"classes/Misskey.html#getNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"dismissNotifications\",\"url\":\"classes/Misskey.html#dismissNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"dismissNotification\",\"url\":\"classes/Misskey.html#dismissNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"readNotifications\",\"url\":\"classes/Misskey.html#readNotifications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"subscribePushNotification\",\"url\":\"classes/Misskey.html#subscribePushNotification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getPushSubscription\",\"url\":\"classes/Misskey.html#getPushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"updatePushSubscription\",\"url\":\"classes/Misskey.html#updatePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deletePushSubscription\",\"url\":\"classes/Misskey.html#deletePushSubscription\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"classes/Misskey.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstance\",\"url\":\"classes/Misskey.html#getInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstancePeers\",\"url\":\"classes/Misskey.html#getInstancePeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceActivity\",\"url\":\"classes/Misskey.html#getInstanceActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceTrends\",\"url\":\"classes/Misskey.html#getInstanceTrends\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceDirectory\",\"url\":\"classes/Misskey.html#getInstanceDirectory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getInstanceCustomEmojis\",\"url\":\"classes/Misskey.html#getInstanceCustomEmojis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"createEmojiReaction\",\"url\":\"classes/Misskey.html#createEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"deleteEmojiReaction\",\"url\":\"classes/Misskey.html#deleteEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getEmojiReactions\",\"url\":\"classes/Misskey.html#getEmojiReactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"getEmojiReaction\",\"url\":\"classes/Misskey.html#getEmojiReaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"userSocket\",\"url\":\"classes/Misskey.html#userSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"publicSocket\",\"url\":\"classes/Misskey.html#publicSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"localSocket\",\"url\":\"classes/Misskey.html#localSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"tagSocket\",\"url\":\"classes/Misskey.html#tagSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"listSocket\",\"url\":\"classes/Misskey.html#listSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":2048,\"name\":\"directSocket\",\"url\":\"classes/Misskey.html#directSocket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Misskey\"},{\"kind\":4,\"name\":\"Entity\",\"url\":\"modules/Entity.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":4194304,\"name\":\"Emoji\",\"url\":\"types/Entity.Emoji.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Emoji.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Emoji\"},{\"kind\":1024,\"name\":\"shortcode\",\"url\":\"types/Entity.Emoji.html#__type.shortcode\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":1024,\"name\":\"static_url\",\"url\":\"types/Entity.Emoji.html#__type.static_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Emoji.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":1024,\"name\":\"visible_in_picker\",\"url\":\"types/Entity.Emoji.html#__type.visible_in_picker\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Emoji.__type\"},{\"kind\":4194304,\"name\":\"Field\",\"url\":\"types/Entity.Field.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Field.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Field\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Field.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Field.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/Entity.Field.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Field.__type\"},{\"kind\":1024,\"name\":\"verified_at\",\"url\":\"types/Entity.Field.html#__type.verified_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Field.__type\"},{\"kind\":4194304,\"name\":\"Source\",\"url\":\"types/Entity.Source.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Source.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Source\"},{\"kind\":1024,\"name\":\"privacy\",\"url\":\"types/Entity.Source.html#__type.privacy\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"sensitive\",\"url\":\"types/Entity.Source.html#__type.sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"language\",\"url\":\"types/Entity.Source.html#__type.language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"types/Entity.Source.html#__type.note\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":1024,\"name\":\"fields\",\"url\":\"types/Entity.Source.html#__type.fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Source.__type\"},{\"kind\":4194304,\"name\":\"Account\",\"url\":\"types/Entity.Account.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Account.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Account\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Account.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"types/Entity.Account.html#__type.username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"acct\",\"url\":\"types/Entity.Account.html#__type.acct\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"display_name\",\"url\":\"types/Entity.Account.html#__type.display_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"locked\",\"url\":\"types/Entity.Account.html#__type.locked\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Account.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"followers_count\",\"url\":\"types/Entity.Account.html#__type.followers_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"following_count\",\"url\":\"types/Entity.Account.html#__type.following_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"statuses_count\",\"url\":\"types/Entity.Account.html#__type.statuses_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"types/Entity.Account.html#__type.note\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Account.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"avatar\",\"url\":\"types/Entity.Account.html#__type.avatar\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"avatar_static\",\"url\":\"types/Entity.Account.html#__type.avatar_static\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"header\",\"url\":\"types/Entity.Account.html#__type.header\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"header_static\",\"url\":\"types/Entity.Account.html#__type.header_static\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"emojis\",\"url\":\"types/Entity.Account.html#__type.emojis\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"moved\",\"url\":\"types/Entity.Account.html#__type.moved\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"fields\",\"url\":\"types/Entity.Account.html#__type.fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"bot\",\"url\":\"types/Entity.Account.html#__type.bot\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":1024,\"name\":\"source\",\"url\":\"types/Entity.Account.html#__type.source\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Account.__type\"},{\"kind\":4194304,\"name\":\"Activity\",\"url\":\"types/Entity.Activity.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Activity.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Activity\"},{\"kind\":1024,\"name\":\"week\",\"url\":\"types/Entity.Activity.html#__type.week\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":1024,\"name\":\"statuses\",\"url\":\"types/Entity.Activity.html#__type.statuses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":1024,\"name\":\"logins\",\"url\":\"types/Entity.Activity.html#__type.logins\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":1024,\"name\":\"registrations\",\"url\":\"types/Entity.Activity.html#__type.registrations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Activity.__type\"},{\"kind\":4194304,\"name\":\"Application\",\"url\":\"types/Entity.Application.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Application.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Application\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Application.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Application.__type\"},{\"kind\":1024,\"name\":\"website\",\"url\":\"types/Entity.Application.html#__type.website\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Application.__type\"},{\"kind\":1024,\"name\":\"vapid_key\",\"url\":\"types/Entity.Application.html#__type.vapid_key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Application.__type\"},{\"kind\":4194304,\"name\":\"Sub\",\"url\":\"types/Entity.Sub.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Sub.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Sub\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"types/Entity.Sub.html#__type.width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Sub.__type\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"types/Entity.Sub.html#__type.height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Sub.__type\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"types/Entity.Sub.html#__type.size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Sub.__type\"},{\"kind\":1024,\"name\":\"aspect\",\"url\":\"types/Entity.Sub.html#__type.aspect\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Sub.__type\"},{\"kind\":1024,\"name\":\"frame_rate\",\"url\":\"types/Entity.Sub.html#__type.frame_rate\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Sub.__type\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"types/Entity.Sub.html#__type.duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Sub.__type\"},{\"kind\":1024,\"name\":\"bitrate\",\"url\":\"types/Entity.Sub.html#__type.bitrate\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Sub.__type\"},{\"kind\":4194304,\"name\":\"Focus\",\"url\":\"types/Entity.Focus.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Focus.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Focus\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"types/Entity.Focus.html#__type.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Focus.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"types/Entity.Focus.html#__type.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Focus.__type\"},{\"kind\":4194304,\"name\":\"Meta\",\"url\":\"types/Entity.Meta.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Meta.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Meta\"},{\"kind\":1024,\"name\":\"original\",\"url\":\"types/Entity.Meta.html#__type.original\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"small\",\"url\":\"types/Entity.Meta.html#__type.small\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"focus\",\"url\":\"types/Entity.Meta.html#__type.focus\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"types/Entity.Meta.html#__type.length\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"types/Entity.Meta.html#__type.duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"fps\",\"url\":\"types/Entity.Meta.html#__type.fps\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"types/Entity.Meta.html#__type.size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"types/Entity.Meta.html#__type.width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"types/Entity.Meta.html#__type.height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"aspect\",\"url\":\"types/Entity.Meta.html#__type.aspect\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"audio_encode\",\"url\":\"types/Entity.Meta.html#__type.audio_encode\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"audio_bitrate\",\"url\":\"types/Entity.Meta.html#__type.audio_bitrate\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":1024,\"name\":\"audio_channel\",\"url\":\"types/Entity.Meta.html#__type.audio_channel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Meta.__type\"},{\"kind\":4194304,\"name\":\"Attachment\",\"url\":\"types/Entity.Attachment.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Attachment.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Attachment\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Attachment.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.Attachment.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Attachment.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"remote_url\",\"url\":\"types/Entity.Attachment.html#__type.remote_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"preview_url\",\"url\":\"types/Entity.Attachment.html#__type.preview_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"text_url\",\"url\":\"types/Entity.Attachment.html#__type.text_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"meta\",\"url\":\"types/Entity.Attachment.html#__type.meta\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.Attachment.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":1024,\"name\":\"blurhash\",\"url\":\"types/Entity.Attachment.html#__type.blurhash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Attachment.__type\"},{\"kind\":4194304,\"name\":\"AsyncAttachment\",\"url\":\"types/Entity.AsyncAttachment.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.AsyncAttachment.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.AsyncAttachment\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.AsyncAttachment.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.AsyncAttachment.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"remote_url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.remote_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"preview_url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.preview_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"text_url\",\"url\":\"types/Entity.AsyncAttachment.html#__type.text_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"meta\",\"url\":\"types/Entity.AsyncAttachment.html#__type.meta\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.AsyncAttachment.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":1024,\"name\":\"blurhash\",\"url\":\"types/Entity.AsyncAttachment.html#__type.blurhash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.AsyncAttachment.__type\"},{\"kind\":4194304,\"name\":\"Card\",\"url\":\"types/Entity.Card.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Card.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Card\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Card.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.Card.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.Card.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.Card.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"image\",\"url\":\"types/Entity.Card.html#__type.image\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"author_name\",\"url\":\"types/Entity.Card.html#__type.author_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"author_url\",\"url\":\"types/Entity.Card.html#__type.author_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"provider_name\",\"url\":\"types/Entity.Card.html#__type.provider_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"provider_url\",\"url\":\"types/Entity.Card.html#__type.provider_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"html\",\"url\":\"types/Entity.Card.html#__type.html\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"types/Entity.Card.html#__type.width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"types/Entity.Card.html#__type.height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Card.__type\"},{\"kind\":4194304,\"name\":\"Mention\",\"url\":\"types/Entity.Mention.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Mention.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Mention\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Mention.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"types/Entity.Mention.html#__type.username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Mention.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":1024,\"name\":\"acct\",\"url\":\"types/Entity.Mention.html#__type.acct\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Mention.__type\"},{\"kind\":4194304,\"name\":\"History\",\"url\":\"types/Entity.History.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.History.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.History\"},{\"kind\":1024,\"name\":\"day\",\"url\":\"types/Entity.History.html#__type.day\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.History.__type\"},{\"kind\":1024,\"name\":\"uses\",\"url\":\"types/Entity.History.html#__type.uses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.History.__type\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.History.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.History.__type\"},{\"kind\":4194304,\"name\":\"Tag\",\"url\":\"types/Entity.Tag.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Tag.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Tag\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Tag.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Tag.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Tag.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Tag.__type\"},{\"kind\":1024,\"name\":\"history\",\"url\":\"types/Entity.Tag.html#__type.history\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Tag.__type\"},{\"kind\":4194304,\"name\":\"PollOption\",\"url\":\"types/Entity.PollOption.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.PollOption.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.PollOption\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.PollOption.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PollOption.__type\"},{\"kind\":1024,\"name\":\"votes_count\",\"url\":\"types/Entity.PollOption.html#__type.votes_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PollOption.__type\"},{\"kind\":4194304,\"name\":\"Poll\",\"url\":\"types/Entity.Poll.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Poll.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Poll\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Poll.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"expires_at\",\"url\":\"types/Entity.Poll.html#__type.expires_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"expired\",\"url\":\"types/Entity.Poll.html#__type.expired\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"multiple\",\"url\":\"types/Entity.Poll.html#__type.multiple\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"votes_count\",\"url\":\"types/Entity.Poll.html#__type.votes_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"types/Entity.Poll.html#__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":1024,\"name\":\"voted\",\"url\":\"types/Entity.Poll.html#__type.voted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Poll.__type\"},{\"kind\":4194304,\"name\":\"Reaction\",\"url\":\"types/Entity.Reaction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Reaction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Reaction\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"types/Entity.Reaction.html#__type.count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":1024,\"name\":\"me\",\"url\":\"types/Entity.Reaction.html#__type.me\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.Reaction.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.Reaction.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Reaction.__type\"},{\"kind\":4194304,\"name\":\"Status\",\"url\":\"types/Entity.Status.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Status.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Status\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Status.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"uri\",\"url\":\"types/Entity.Status.html#__type.uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"types/Entity.Status.html#__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"types/Entity.Status.html#__type.account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"in_reply_to_id\",\"url\":\"types/Entity.Status.html#__type.in_reply_to_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"in_reply_to_account_id\",\"url\":\"types/Entity.Status.html#__type.in_reply_to_account_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"reblog\",\"url\":\"types/Entity.Status.html#__type.reblog\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"content\",\"url\":\"types/Entity.Status.html#__type.content\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"plain_content\",\"url\":\"types/Entity.Status.html#__type.plain_content\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Status.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"emojis\",\"url\":\"types/Entity.Status.html#__type.emojis\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"replies_count\",\"url\":\"types/Entity.Status.html#__type.replies_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"reblogs_count\",\"url\":\"types/Entity.Status.html#__type.reblogs_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"favourites_count\",\"url\":\"types/Entity.Status.html#__type.favourites_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"reblogged\",\"url\":\"types/Entity.Status.html#__type.reblogged\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"favourited\",\"url\":\"types/Entity.Status.html#__type.favourited\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"muted\",\"url\":\"types/Entity.Status.html#__type.muted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"sensitive\",\"url\":\"types/Entity.Status.html#__type.sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"spoiler_text\",\"url\":\"types/Entity.Status.html#__type.spoiler_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"visibility\",\"url\":\"types/Entity.Status.html#__type.visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"media_attachments\",\"url\":\"types/Entity.Status.html#__type.media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"mentions\",\"url\":\"types/Entity.Status.html#__type.mentions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"types/Entity.Status.html#__type.tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"card\",\"url\":\"types/Entity.Status.html#__type.card\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"poll\",\"url\":\"types/Entity.Status.html#__type.poll\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"application\",\"url\":\"types/Entity.Status.html#__type.application\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"language\",\"url\":\"types/Entity.Status.html#__type.language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"pinned\",\"url\":\"types/Entity.Status.html#__type.pinned\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"emoji_reactions\",\"url\":\"types/Entity.Status.html#__type.emoji_reactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"quote\",\"url\":\"types/Entity.Status.html#__type.quote\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":1024,\"name\":\"bookmarked\",\"url\":\"types/Entity.Status.html#__type.bookmarked\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Status.__type\"},{\"kind\":4194304,\"name\":\"Context\",\"url\":\"types/Entity.Context.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Context.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Context\"},{\"kind\":1024,\"name\":\"ancestors\",\"url\":\"types/Entity.Context.html#__type.ancestors\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Context.__type\"},{\"kind\":1024,\"name\":\"descendants\",\"url\":\"types/Entity.Context.html#__type.descendants\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Context.__type\"},{\"kind\":4194304,\"name\":\"Conversation\",\"url\":\"types/Entity.Conversation.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Conversation.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Conversation\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Conversation.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.Conversation.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":1024,\"name\":\"last_status\",\"url\":\"types/Entity.Conversation.html#__type.last_status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":1024,\"name\":\"unread\",\"url\":\"types/Entity.Conversation.html#__type.unread\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Conversation.__type\"},{\"kind\":4194304,\"name\":\"FeaturedTag\",\"url\":\"types/Entity.FeaturedTag.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.FeaturedTag.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.FeaturedTag\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.FeaturedTag.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"types/Entity.FeaturedTag.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":1024,\"name\":\"statuses_count\",\"url\":\"types/Entity.FeaturedTag.html#__type.statuses_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":1024,\"name\":\"last_status_at\",\"url\":\"types/Entity.FeaturedTag.html#__type.last_status_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.FeaturedTag.__type\"},{\"kind\":4194304,\"name\":\"Filter\",\"url\":\"types/Entity.Filter.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Filter.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Filter\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Filter.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"phrase\",\"url\":\"types/Entity.Filter.html#__type.phrase\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"types/Entity.Filter.html#__type.context\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"expires_at\",\"url\":\"types/Entity.Filter.html#__type.expires_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"irreversible\",\"url\":\"types/Entity.Filter.html#__type.irreversible\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":1024,\"name\":\"whole_word\",\"url\":\"types/Entity.Filter.html#__type.whole_word\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Filter.__type\"},{\"kind\":4194304,\"name\":\"FilterContext\",\"url\":\"types/Entity.FilterContext.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":4194304,\"name\":\"IdentityProof\",\"url\":\"types/Entity.IdentityProof.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.IdentityProof.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.IdentityProof\"},{\"kind\":1024,\"name\":\"provider\",\"url\":\"types/Entity.IdentityProof.html#__type.provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"provider_username\",\"url\":\"types/Entity.IdentityProof.html#__type.provider_username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"types/Entity.IdentityProof.html#__type.updated_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"proof_url\",\"url\":\"types/Entity.IdentityProof.html#__type.proof_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":1024,\"name\":\"profile_url\",\"url\":\"types/Entity.IdentityProof.html#__type.profile_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.IdentityProof.__type\"},{\"kind\":4194304,\"name\":\"URLs\",\"url\":\"types/Entity.URLs.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.URLs.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.URLs\"},{\"kind\":1024,\"name\":\"streaming_api\",\"url\":\"types/Entity.URLs.html#__type.streaming_api\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.URLs.__type\"},{\"kind\":4194304,\"name\":\"Stats\",\"url\":\"types/Entity.Stats.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Stats.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Stats\"},{\"kind\":1024,\"name\":\"user_count\",\"url\":\"types/Entity.Stats.html#__type.user_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Stats.__type\"},{\"kind\":1024,\"name\":\"status_count\",\"url\":\"types/Entity.Stats.html#__type.status_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Stats.__type\"},{\"kind\":1024,\"name\":\"domain_count\",\"url\":\"types/Entity.Stats.html#__type.domain_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Stats.__type\"},{\"kind\":4194304,\"name\":\"Instance\",\"url\":\"types/Entity.Instance.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Instance\"},{\"kind\":1024,\"name\":\"uri\",\"url\":\"types/Entity.Instance.html#__type.uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.Instance.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"types/Entity.Instance.html#__type.description\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"email\",\"url\":\"types/Entity.Instance.html#__type.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Entity.Instance.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"thumbnail\",\"url\":\"types/Entity.Instance.html#__type.thumbnail\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"urls\",\"url\":\"types/Entity.Instance.html#__type.urls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"stats\",\"url\":\"types/Entity.Instance.html#__type.stats\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"languages\",\"url\":\"types/Entity.Instance.html#__type.languages\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"contact_account\",\"url\":\"types/Entity.Instance.html#__type.contact_account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"max_toot_chars\",\"url\":\"types/Entity.Instance.html#__type.max_toot_chars\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"registrations\",\"url\":\"types/Entity.Instance.html#__type.registrations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":1024,\"name\":\"configuration\",\"url\":\"types/Entity.Instance.html#__type.configuration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Entity.Instance.__type.configuration\"},{\"kind\":1024,\"name\":\"statuses\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.statuses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.statuses.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Entity.Instance.__type.configuration.__type.statuses\"},{\"kind\":1024,\"name\":\"max_characters\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.statuses.__type-4.max_characters\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.statuses.__type\"},{\"kind\":1024,\"name\":\"max_media_attachments\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.statuses.__type-4.max_media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.statuses.__type\"},{\"kind\":1024,\"name\":\"characters_reserved_per_url\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.statuses.__type-4.characters_reserved_per_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.statuses.__type\"},{\"kind\":1024,\"name\":\"media_attachments\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Entity.Instance.__type.configuration.__type.media_attachments\"},{\"kind\":1024,\"name\":\"supported_mime_types\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments.__type-2.supported_mime_types\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.media_attachments.__type\"},{\"kind\":1024,\"name\":\"image_size_limit\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments.__type-2.image_size_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.media_attachments.__type\"},{\"kind\":1024,\"name\":\"image_matrix_limit\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments.__type-2.image_matrix_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.media_attachments.__type\"},{\"kind\":1024,\"name\":\"video_size_limit\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments.__type-2.video_size_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.media_attachments.__type\"},{\"kind\":1024,\"name\":\"video_frame_limit\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments.__type-2.video_frame_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.media_attachments.__type\"},{\"kind\":1024,\"name\":\"video_matrix_limit\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.media_attachments.__type-2.video_matrix_limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.media_attachments.__type\"},{\"kind\":1024,\"name\":\"polls\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.polls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.polls.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Entity.Instance.__type.configuration.__type.polls\"},{\"kind\":1024,\"name\":\"max_options\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.polls.__type-3.max_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.polls.__type\"},{\"kind\":1024,\"name\":\"max_characters_per_option\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.polls.__type-3.max_characters_per_option\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.polls.__type\"},{\"kind\":1024,\"name\":\"min_expiration\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.polls.__type-3.min_expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.polls.__type\"},{\"kind\":1024,\"name\":\"max_expiration\",\"url\":\"types/Entity.Instance.html#__type.configuration.__type-1.polls.__type-3.max_expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Instance.__type.configuration.__type.polls.__type\"},{\"kind\":4194304,\"name\":\"List\",\"url\":\"types/Entity.List.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.List.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.List\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.List.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.List.__type\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"types/Entity.List.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.List.__type\"},{\"kind\":4194304,\"name\":\"Marker\",\"url\":\"types/Entity.Marker.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Marker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Marker\"},{\"kind\":1024,\"name\":\"home\",\"url\":\"types/Entity.Marker.html#__type.home\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Marker.html#__type.home.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Entity.Marker.__type.home\"},{\"kind\":1024,\"name\":\"last_read_id\",\"url\":\"types/Entity.Marker.html#__type.home.__type-1.last_read_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.home.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Entity.Marker.html#__type.home.__type-1.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.home.__type\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"types/Entity.Marker.html#__type.home.__type-1.updated_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.home.__type\"},{\"kind\":1024,\"name\":\"notifications\",\"url\":\"types/Entity.Marker.html#__type.notifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Marker.html#__type.notifications.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Entity.Marker.__type.notifications\"},{\"kind\":1024,\"name\":\"last_read_id\",\"url\":\"types/Entity.Marker.html#__type.notifications.__type-2.last_read_id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.notifications.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Entity.Marker.html#__type.notifications.__type-2.version-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.notifications.__type\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"types/Entity.Marker.html#__type.notifications.__type-2.updated_at-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.notifications.__type\"},{\"kind\":1024,\"name\":\"unread_count\",\"url\":\"types/Entity.Marker.html#__type.notifications.__type-2.unread_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Marker.__type.notifications.__type\"},{\"kind\":4194304,\"name\":\"Notification\",\"url\":\"types/Entity.Notification.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Notification.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Notification\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"types/Entity.Notification.html#__type.account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Notification.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Notification.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"types/Entity.Notification.html#__type.status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"emoji\",\"url\":\"types/Entity.Notification.html#__type.emoji\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Entity.Notification.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Notification.__type\"},{\"kind\":4194304,\"name\":\"NotificationType\",\"url\":\"types/Entity.NotificationType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":4194304,\"name\":\"Preferences\",\"url\":\"types/Entity.Preferences.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Preferences.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Preferences\"},{\"kind\":1024,\"name\":\"posting:default:visibility\",\"url\":\"types/Entity.Preferences.html#__type.posting_default_visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"posting:default:sensitive\",\"url\":\"types/Entity.Preferences.html#__type.posting_default_sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"posting:default:language\",\"url\":\"types/Entity.Preferences.html#__type.posting_default_language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"reading:expand:media\",\"url\":\"types/Entity.Preferences.html#__type.reading_expand_media\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":1024,\"name\":\"reading:expand:spoilers\",\"url\":\"types/Entity.Preferences.html#__type.reading_expand_spoilers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Preferences.__type\"},{\"kind\":4194304,\"name\":\"Alerts\",\"url\":\"types/Entity.Alerts.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Alerts.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Alerts\"},{\"kind\":1024,\"name\":\"follow\",\"url\":\"types/Entity.Alerts.html#__type.follow\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Alerts.__type\"},{\"kind\":1024,\"name\":\"favourite\",\"url\":\"types/Entity.Alerts.html#__type.favourite\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Alerts.__type\"},{\"kind\":1024,\"name\":\"mention\",\"url\":\"types/Entity.Alerts.html#__type.mention\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Alerts.__type\"},{\"kind\":1024,\"name\":\"reblog\",\"url\":\"types/Entity.Alerts.html#__type.reblog\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Alerts.__type\"},{\"kind\":1024,\"name\":\"poll\",\"url\":\"types/Entity.Alerts.html#__type.poll\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Alerts.__type\"},{\"kind\":4194304,\"name\":\"PushSubscription\",\"url\":\"types/Entity.PushSubscription.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.PushSubscription.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.PushSubscription\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.PushSubscription.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":1024,\"name\":\"endpoint\",\"url\":\"types/Entity.PushSubscription.html#__type.endpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":1024,\"name\":\"server_key\",\"url\":\"types/Entity.PushSubscription.html#__type.server_key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":1024,\"name\":\"alerts\",\"url\":\"types/Entity.PushSubscription.html#__type.alerts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.PushSubscription.__type\"},{\"kind\":4194304,\"name\":\"Relationship\",\"url\":\"types/Entity.Relationship.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Relationship.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Relationship\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Relationship.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"following\",\"url\":\"types/Entity.Relationship.html#__type.following\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"followed_by\",\"url\":\"types/Entity.Relationship.html#__type.followed_by\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"delivery_following\",\"url\":\"types/Entity.Relationship.html#__type.delivery_following\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"blocking\",\"url\":\"types/Entity.Relationship.html#__type.blocking\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"blocked_by\",\"url\":\"types/Entity.Relationship.html#__type.blocked_by\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"muting\",\"url\":\"types/Entity.Relationship.html#__type.muting\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"muting_notifications\",\"url\":\"types/Entity.Relationship.html#__type.muting_notifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"requested\",\"url\":\"types/Entity.Relationship.html#__type.requested\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"domain_blocking\",\"url\":\"types/Entity.Relationship.html#__type.domain_blocking\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"showing_reblogs\",\"url\":\"types/Entity.Relationship.html#__type.showing_reblogs\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"endorsed\",\"url\":\"types/Entity.Relationship.html#__type.endorsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":1024,\"name\":\"notifying\",\"url\":\"types/Entity.Relationship.html#__type.notifying\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Relationship.__type\"},{\"kind\":4194304,\"name\":\"Report\",\"url\":\"types/Entity.Report.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Report.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Report\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.Report.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"action_taken\",\"url\":\"types/Entity.Report.html#__type.action_taken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"comment\",\"url\":\"types/Entity.Report.html#__type.comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"account_id\",\"url\":\"types/Entity.Report.html#__type.account_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":1024,\"name\":\"status_ids\",\"url\":\"types/Entity.Report.html#__type.status_ids\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Report.__type\"},{\"kind\":4194304,\"name\":\"Results\",\"url\":\"types/Entity.Results.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Results.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Results\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"types/Entity.Results.html#__type.accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Results.__type\"},{\"kind\":1024,\"name\":\"statuses\",\"url\":\"types/Entity.Results.html#__type.statuses\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Results.__type\"},{\"kind\":1024,\"name\":\"hashtags\",\"url\":\"types/Entity.Results.html#__type.hashtags\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Results.__type\"},{\"kind\":4194304,\"name\":\"StatusParams\",\"url\":\"types/Entity.StatusParams.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.StatusParams.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.StatusParams\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"types/Entity.StatusParams.html#__type.text\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"in_reply_to_id\",\"url\":\"types/Entity.StatusParams.html#__type.in_reply_to_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"media_ids\",\"url\":\"types/Entity.StatusParams.html#__type.media_ids\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"sensitive\",\"url\":\"types/Entity.StatusParams.html#__type.sensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"spoiler_text\",\"url\":\"types/Entity.StatusParams.html#__type.spoiler_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"visibility\",\"url\":\"types/Entity.StatusParams.html#__type.visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"scheduled_at\",\"url\":\"types/Entity.StatusParams.html#__type.scheduled_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":1024,\"name\":\"application_id\",\"url\":\"types/Entity.StatusParams.html#__type.application_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.StatusParams.__type\"},{\"kind\":4194304,\"name\":\"ScheduledStatus\",\"url\":\"types/Entity.ScheduledStatus.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.ScheduledStatus.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.ScheduledStatus\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/Entity.ScheduledStatus.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":1024,\"name\":\"scheduled_at\",\"url\":\"types/Entity.ScheduledStatus.html#__type.scheduled_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"types/Entity.ScheduledStatus.html#__type.params\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":1024,\"name\":\"media_attachments\",\"url\":\"types/Entity.ScheduledStatus.html#__type.media_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.ScheduledStatus.__type\"},{\"kind\":4194304,\"name\":\"Token\",\"url\":\"types/Entity.Token.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"Entity\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Entity.Token.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Entity.Token\"},{\"kind\":1024,\"name\":\"access_token\",\"url\":\"types/Entity.Token.html#__type.access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":1024,\"name\":\"token_type\",\"url\":\"types/Entity.Token.html#__type.token_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":1024,\"name\":\"scope\",\"url\":\"types/Entity.Token.html#__type.scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":1024,\"name\":\"created_at\",\"url\":\"types/Entity.Token.html#__type.created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Entity.Token.__type\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/default.html\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,64.52]],[\"comment/0\",[]],[\"name/1\",[1,29.355]],[\"comment/1\",[]],[\"name/2\",[2,64.52]],[\"comment/2\",[]],[\"name/3\",[3,53.534]],[\"comment/3\",[]],[\"name/4\",[4,64.52]],[\"comment/4\",[]],[\"name/5\",[5,64.52]],[\"comment/5\",[]],[\"name/6\",[6,64.52]],[\"comment/6\",[]],[\"name/7\",[7,64.52]],[\"comment/7\",[]],[\"name/8\",[1,29.355]],[\"comment/8\",[]],[\"name/9\",[8,39.953]],[\"comment/9\",[]],[\"name/10\",[9,48.426]],[\"comment/10\",[]],[\"name/11\",[10,56.048]],[\"comment/11\",[]],[\"name/12\",[11,59.412]],[\"comment/12\",[]],[\"name/13\",[12,59.412]],[\"comment/13\",[]],[\"name/14\",[13,59.412]],[\"comment/14\",[]],[\"name/15\",[14,64.52]],[\"comment/15\",[]],[\"name/16\",[1,29.355]],[\"comment/16\",[]],[\"name/17\",[15,56.048]],[\"comment/17\",[]],[\"name/18\",[16,56.048]],[\"comment/18\",[]],[\"name/19\",[17,56.048]],[\"comment/19\",[]],[\"name/20\",[18,49.857]],[\"comment/20\",[]],[\"name/21\",[19,59.412]],[\"comment/21\",[]],[\"name/22\",[20,59.412]],[\"comment/22\",[]],[\"name/23\",[21,64.52]],[\"comment/23\",[]],[\"name/24\",[22,59.412]],[\"comment/24\",[]],[\"name/25\",[23,49.857]],[\"comment/25\",[]],[\"name/26\",[24,46.062]],[\"comment/26\",[]],[\"name/27\",[25,64.52]],[\"comment/27\",[]],[\"name/28\",[8,39.953]],[\"comment/28\",[]],[\"name/29\",[9,48.426]],[\"comment/29\",[]],[\"name/30\",[10,56.048]],[\"comment/30\",[]],[\"name/31\",[11,59.412]],[\"comment/31\",[]],[\"name/32\",[12,59.412]],[\"comment/32\",[]],[\"name/33\",[13,59.412]],[\"comment/33\",[]],[\"name/34\",[26,64.52]],[\"comment/34\",[]],[\"name/35\",[27,64.52]],[\"comment/35\",[]],[\"name/36\",[28,64.52]],[\"comment/36\",[]],[\"name/37\",[29,64.52]],[\"comment/37\",[]],[\"name/38\",[22,59.412]],[\"comment/38\",[]],[\"name/39\",[23,49.857]],[\"comment/39\",[]],[\"name/40\",[30,64.52]],[\"comment/40\",[]],[\"name/41\",[15,56.048]],[\"comment/41\",[]],[\"name/42\",[16,56.048]],[\"comment/42\",[]],[\"name/43\",[18,49.857]],[\"comment/43\",[]],[\"name/44\",[19,59.412]],[\"comment/44\",[]],[\"name/45\",[20,59.412]],[\"comment/45\",[]],[\"name/46\",[31,64.52]],[\"comment/46\",[]],[\"name/47\",[32,64.52]],[\"comment/47\",[]],[\"name/48\",[17,56.048]],[\"comment/48\",[]],[\"name/49\",[33,64.52]],[\"comment/49\",[]],[\"name/50\",[34,64.52]],[\"comment/50\",[]],[\"name/51\",[35,51.528]],[\"comment/51\",[]],[\"name/52\",[36,64.52]],[\"comment/52\",[]],[\"name/53\",[23,49.857]],[\"comment/53\",[]],[\"name/54\",[37,59.412]],[\"comment/54\",[]],[\"name/55\",[37,59.412]],[\"comment/55\",[]],[\"name/56\",[38,59.412]],[\"comment/56\",[]],[\"name/57\",[1,29.355]],[\"comment/57\",[]],[\"name/58\",[39,64.52]],[\"comment/58\",[]],[\"name/59\",[40,64.52]],[\"comment/59\",[]],[\"name/60\",[41,64.52]],[\"comment/60\",[]],[\"name/61\",[1,29.355]],[\"comment/61\",[]],[\"name/62\",[42,56.048]],[\"comment/62\",[]],[\"name/63\",[43,64.52]],[\"comment/63\",[]],[\"name/64\",[44,64.52]],[\"comment/64\",[]],[\"name/65\",[45,64.52]],[\"comment/65\",[]],[\"name/66\",[46,64.52]],[\"comment/66\",[]],[\"name/67\",[47,53.534]],[\"comment/67\",[]],[\"name/68\",[48,53.534]],[\"comment/68\",[]],[\"name/69\",[49,53.534]],[\"comment/69\",[]],[\"name/70\",[50,53.534]],[\"comment/70\",[]],[\"name/71\",[51,53.534]],[\"comment/71\",[]],[\"name/72\",[35,51.528]],[\"comment/72\",[]],[\"name/73\",[52,53.534]],[\"comment/73\",[]],[\"name/74\",[53,53.534]],[\"comment/74\",[]],[\"name/75\",[54,53.534]],[\"comment/75\",[]],[\"name/76\",[55,53.534]],[\"comment/76\",[]],[\"name/77\",[56,53.534]],[\"comment/77\",[]],[\"name/78\",[57,53.534]],[\"comment/78\",[]],[\"name/79\",[58,53.534]],[\"comment/79\",[]],[\"name/80\",[59,53.534]],[\"comment/80\",[]],[\"name/81\",[60,53.534]],[\"comment/81\",[]],[\"name/82\",[61,53.534]],[\"comment/82\",[]],[\"name/83\",[62,53.534]],[\"comment/83\",[]],[\"name/84\",[63,53.534]],[\"comment/84\",[]],[\"name/85\",[64,53.534]],[\"comment/85\",[]],[\"name/86\",[65,53.534]],[\"comment/86\",[]],[\"name/87\",[66,53.534]],[\"comment/87\",[]],[\"name/88\",[67,53.534]],[\"comment/88\",[]],[\"name/89\",[68,53.534]],[\"comment/89\",[]],[\"name/90\",[69,53.534]],[\"comment/90\",[]],[\"name/91\",[70,53.534]],[\"comment/91\",[]],[\"name/92\",[71,53.534]],[\"comment/92\",[]],[\"name/93\",[72,53.534]],[\"comment/93\",[]],[\"name/94\",[73,53.534]],[\"comment/94\",[]],[\"name/95\",[74,53.534]],[\"comment/95\",[]],[\"name/96\",[75,53.534]],[\"comment/96\",[]],[\"name/97\",[76,53.534]],[\"comment/97\",[]],[\"name/98\",[77,53.534]],[\"comment/98\",[]],[\"name/99\",[78,53.534]],[\"comment/99\",[]],[\"name/100\",[79,53.534]],[\"comment/100\",[]],[\"name/101\",[80,53.534]],[\"comment/101\",[]],[\"name/102\",[81,53.534]],[\"comment/102\",[]],[\"name/103\",[82,53.534]],[\"comment/103\",[]],[\"name/104\",[83,53.534]],[\"comment/104\",[]],[\"name/105\",[84,53.534]],[\"comment/105\",[]],[\"name/106\",[85,53.534]],[\"comment/106\",[]],[\"name/107\",[86,53.534]],[\"comment/107\",[]],[\"name/108\",[87,53.534]],[\"comment/108\",[]],[\"name/109\",[88,51.528]],[\"comment/109\",[]],[\"name/110\",[89,53.534]],[\"comment/110\",[]],[\"name/111\",[90,53.534]],[\"comment/111\",[]],[\"name/112\",[91,53.534]],[\"comment/112\",[]],[\"name/113\",[92,53.534]],[\"comment/113\",[]],[\"name/114\",[93,53.534]],[\"comment/114\",[]],[\"name/115\",[94,53.534]],[\"comment/115\",[]],[\"name/116\",[95,53.534]],[\"comment/116\",[]],[\"name/117\",[96,53.534]],[\"comment/117\",[]],[\"name/118\",[97,53.534]],[\"comment/118\",[]],[\"name/119\",[98,53.534]],[\"comment/119\",[]],[\"name/120\",[99,53.534]],[\"comment/120\",[]],[\"name/121\",[100,53.534]],[\"comment/121\",[]],[\"name/122\",[101,53.534]],[\"comment/122\",[]],[\"name/123\",[102,53.534]],[\"comment/123\",[]],[\"name/124\",[103,53.534]],[\"comment/124\",[]],[\"name/125\",[104,53.534]],[\"comment/125\",[]],[\"name/126\",[105,53.534]],[\"comment/126\",[]],[\"name/127\",[106,53.534]],[\"comment/127\",[]],[\"name/128\",[107,53.534]],[\"comment/128\",[]],[\"name/129\",[108,53.534]],[\"comment/129\",[]],[\"name/130\",[109,53.534]],[\"comment/130\",[]],[\"name/131\",[110,53.534]],[\"comment/131\",[]],[\"name/132\",[111,53.534]],[\"comment/132\",[]],[\"name/133\",[112,53.534]],[\"comment/133\",[]],[\"name/134\",[113,53.534]],[\"comment/134\",[]],[\"name/135\",[114,53.534]],[\"comment/135\",[]],[\"name/136\",[115,53.534]],[\"comment/136\",[]],[\"name/137\",[116,53.534]],[\"comment/137\",[]],[\"name/138\",[117,53.534]],[\"comment/138\",[]],[\"name/139\",[118,53.534]],[\"comment/139\",[]],[\"name/140\",[119,53.534]],[\"comment/140\",[]],[\"name/141\",[120,53.534]],[\"comment/141\",[]],[\"name/142\",[121,53.534]],[\"comment/142\",[]],[\"name/143\",[122,53.534]],[\"comment/143\",[]],[\"name/144\",[123,53.534]],[\"comment/144\",[]],[\"name/145\",[124,53.534]],[\"comment/145\",[]],[\"name/146\",[125,53.534]],[\"comment/146\",[]],[\"name/147\",[126,53.534]],[\"comment/147\",[]],[\"name/148\",[127,53.534]],[\"comment/148\",[]],[\"name/149\",[128,53.534]],[\"comment/149\",[]],[\"name/150\",[129,53.534]],[\"comment/150\",[]],[\"name/151\",[130,53.534]],[\"comment/151\",[]],[\"name/152\",[131,53.534]],[\"comment/152\",[]],[\"name/153\",[132,53.534]],[\"comment/153\",[]],[\"name/154\",[133,53.534]],[\"comment/154\",[]],[\"name/155\",[134,53.534]],[\"comment/155\",[]],[\"name/156\",[135,53.534]],[\"comment/156\",[]],[\"name/157\",[136,53.534]],[\"comment/157\",[]],[\"name/158\",[137,53.534]],[\"comment/158\",[]],[\"name/159\",[138,53.534]],[\"comment/159\",[]],[\"name/160\",[139,53.534]],[\"comment/160\",[]],[\"name/161\",[140,53.534]],[\"comment/161\",[]],[\"name/162\",[141,53.534]],[\"comment/162\",[]],[\"name/163\",[142,53.534]],[\"comment/163\",[]],[\"name/164\",[143,53.534]],[\"comment/164\",[]],[\"name/165\",[144,53.534]],[\"comment/165\",[]],[\"name/166\",[145,53.534]],[\"comment/166\",[]],[\"name/167\",[146,53.534]],[\"comment/167\",[]],[\"name/168\",[147,53.534]],[\"comment/168\",[]],[\"name/169\",[148,53.534]],[\"comment/169\",[]],[\"name/170\",[149,53.534]],[\"comment/170\",[]],[\"name/171\",[150,53.534]],[\"comment/171\",[]],[\"name/172\",[151,53.534]],[\"comment/172\",[]],[\"name/173\",[152,53.534]],[\"comment/173\",[]],[\"name/174\",[153,53.534]],[\"comment/174\",[]],[\"name/175\",[154,53.534]],[\"comment/175\",[]],[\"name/176\",[155,53.534]],[\"comment/176\",[]],[\"name/177\",[156,53.534]],[\"comment/177\",[]],[\"name/178\",[157,53.534]],[\"comment/178\",[]],[\"name/179\",[158,53.534]],[\"comment/179\",[]],[\"name/180\",[159,53.534]],[\"comment/180\",[]],[\"name/181\",[160,53.534]],[\"comment/181\",[]],[\"name/182\",[161,53.534]],[\"comment/182\",[]],[\"name/183\",[162,53.534]],[\"comment/183\",[]],[\"name/184\",[163,53.534]],[\"comment/184\",[]],[\"name/185\",[164,53.534]],[\"comment/185\",[]],[\"name/186\",[165,53.534]],[\"comment/186\",[]],[\"name/187\",[166,53.534]],[\"comment/187\",[]],[\"name/188\",[167,53.534]],[\"comment/188\",[]],[\"name/189\",[168,64.52]],[\"comment/189\",[]],[\"name/190\",[169,64.52]],[\"comment/190\",[]],[\"name/191\",[170,64.52]],[\"comment/191\",[]],[\"name/192\",[171,64.52]],[\"comment/192\",[]],[\"name/193\",[172,64.52]],[\"comment/193\",[]],[\"name/194\",[173,64.52]],[\"comment/194\",[]],[\"name/195\",[174,64.52]],[\"comment/195\",[]],[\"name/196\",[175,59.412]],[\"comment/196\",[]],[\"name/197\",[176,59.412]],[\"comment/197\",[]],[\"name/198\",[177,59.412]],[\"comment/198\",[]],[\"name/199\",[178,56.048]],[\"comment/199\",[]],[\"name/200\",[179,56.048]],[\"comment/200\",[]],[\"name/201\",[180,64.52]],[\"comment/201\",[]],[\"name/202\",[181,64.52]],[\"comment/202\",[]],[\"name/203\",[3,53.534]],[\"comment/203\",[]],[\"name/204\",[182,64.52]],[\"comment/204\",[]],[\"name/205\",[183,64.52]],[\"comment/205\",[]],[\"name/206\",[184,59.412]],[\"comment/206\",[]],[\"name/207\",[185,59.412]],[\"comment/207\",[]],[\"name/208\",[186,59.412]],[\"comment/208\",[]],[\"name/209\",[187,64.52]],[\"comment/209\",[]],[\"name/210\",[188,64.52]],[\"comment/210\",[]],[\"name/211\",[189,53.534]],[\"comment/211\",[]],[\"name/212\",[190,64.52]],[\"comment/212\",[]],[\"name/213\",[23,49.857]],[\"comment/213\",[]],[\"name/214\",[191,56.048]],[\"comment/214\",[]],[\"name/215\",[192,56.048]],[\"comment/215\",[]],[\"name/216\",[47,53.534]],[\"comment/216\",[]],[\"name/217\",[48,53.534]],[\"comment/217\",[]],[\"name/218\",[49,53.534]],[\"comment/218\",[]],[\"name/219\",[193,59.412]],[\"comment/219\",[]],[\"name/220\",[50,53.534]],[\"comment/220\",[]],[\"name/221\",[51,53.534]],[\"comment/221\",[]],[\"name/222\",[35,51.528]],[\"comment/222\",[]],[\"name/223\",[52,53.534]],[\"comment/223\",[]],[\"name/224\",[53,53.534]],[\"comment/224\",[]],[\"name/225\",[54,53.534]],[\"comment/225\",[]],[\"name/226\",[55,53.534]],[\"comment/226\",[]],[\"name/227\",[56,53.534]],[\"comment/227\",[]],[\"name/228\",[57,53.534]],[\"comment/228\",[]],[\"name/229\",[59,53.534]],[\"comment/229\",[]],[\"name/230\",[60,53.534]],[\"comment/230\",[]],[\"name/231\",[58,53.534]],[\"comment/231\",[]],[\"name/232\",[61,53.534]],[\"comment/232\",[]],[\"name/233\",[62,53.534]],[\"comment/233\",[]],[\"name/234\",[194,64.52]],[\"comment/234\",[]],[\"name/235\",[63,53.534]],[\"comment/235\",[]],[\"name/236\",[64,53.534]],[\"comment/236\",[]],[\"name/237\",[65,53.534]],[\"comment/237\",[]],[\"name/238\",[66,53.534]],[\"comment/238\",[]],[\"name/239\",[67,53.534]],[\"comment/239\",[]],[\"name/240\",[68,53.534]],[\"comment/240\",[]],[\"name/241\",[69,53.534]],[\"comment/241\",[]],[\"name/242\",[70,53.534]],[\"comment/242\",[]],[\"name/243\",[71,53.534]],[\"comment/243\",[]],[\"name/244\",[72,53.534]],[\"comment/244\",[]],[\"name/245\",[73,53.534]],[\"comment/245\",[]],[\"name/246\",[74,53.534]],[\"comment/246\",[]],[\"name/247\",[75,53.534]],[\"comment/247\",[]],[\"name/248\",[76,53.534]],[\"comment/248\",[]],[\"name/249\",[77,53.534]],[\"comment/249\",[]],[\"name/250\",[78,53.534]],[\"comment/250\",[]],[\"name/251\",[79,53.534]],[\"comment/251\",[]],[\"name/252\",[80,53.534]],[\"comment/252\",[]],[\"name/253\",[81,53.534]],[\"comment/253\",[]],[\"name/254\",[82,53.534]],[\"comment/254\",[]],[\"name/255\",[83,53.534]],[\"comment/255\",[]],[\"name/256\",[84,53.534]],[\"comment/256\",[]],[\"name/257\",[85,53.534]],[\"comment/257\",[]],[\"name/258\",[86,53.534]],[\"comment/258\",[]],[\"name/259\",[87,53.534]],[\"comment/259\",[]],[\"name/260\",[88,51.528]],[\"comment/260\",[]],[\"name/261\",[89,53.534]],[\"comment/261\",[]],[\"name/262\",[90,53.534]],[\"comment/262\",[]],[\"name/263\",[91,53.534]],[\"comment/263\",[]],[\"name/264\",[92,53.534]],[\"comment/264\",[]],[\"name/265\",[93,53.534]],[\"comment/265\",[]],[\"name/266\",[94,53.534]],[\"comment/266\",[]],[\"name/267\",[95,53.534]],[\"comment/267\",[]],[\"name/268\",[96,53.534]],[\"comment/268\",[]],[\"name/269\",[97,53.534]],[\"comment/269\",[]],[\"name/270\",[98,53.534]],[\"comment/270\",[]],[\"name/271\",[99,53.534]],[\"comment/271\",[]],[\"name/272\",[100,53.534]],[\"comment/272\",[]],[\"name/273\",[101,53.534]],[\"comment/273\",[]],[\"name/274\",[102,53.534]],[\"comment/274\",[]],[\"name/275\",[103,53.534]],[\"comment/275\",[]],[\"name/276\",[104,53.534]],[\"comment/276\",[]],[\"name/277\",[105,53.534]],[\"comment/277\",[]],[\"name/278\",[106,53.534]],[\"comment/278\",[]],[\"name/279\",[107,53.534]],[\"comment/279\",[]],[\"name/280\",[108,53.534]],[\"comment/280\",[]],[\"name/281\",[109,53.534]],[\"comment/281\",[]],[\"name/282\",[110,53.534]],[\"comment/282\",[]],[\"name/283\",[111,53.534]],[\"comment/283\",[]],[\"name/284\",[112,53.534]],[\"comment/284\",[]],[\"name/285\",[113,53.534]],[\"comment/285\",[]],[\"name/286\",[114,53.534]],[\"comment/286\",[]],[\"name/287\",[115,53.534]],[\"comment/287\",[]],[\"name/288\",[116,53.534]],[\"comment/288\",[]],[\"name/289\",[117,53.534]],[\"comment/289\",[]],[\"name/290\",[118,53.534]],[\"comment/290\",[]],[\"name/291\",[119,53.534]],[\"comment/291\",[]],[\"name/292\",[120,53.534]],[\"comment/292\",[]],[\"name/293\",[121,53.534]],[\"comment/293\",[]],[\"name/294\",[122,53.534]],[\"comment/294\",[]],[\"name/295\",[123,53.534]],[\"comment/295\",[]],[\"name/296\",[124,53.534]],[\"comment/296\",[]],[\"name/297\",[125,53.534]],[\"comment/297\",[]],[\"name/298\",[126,53.534]],[\"comment/298\",[]],[\"name/299\",[127,53.534]],[\"comment/299\",[]],[\"name/300\",[128,53.534]],[\"comment/300\",[]],[\"name/301\",[129,53.534]],[\"comment/301\",[]],[\"name/302\",[130,53.534]],[\"comment/302\",[]],[\"name/303\",[131,53.534]],[\"comment/303\",[]],[\"name/304\",[132,53.534]],[\"comment/304\",[]],[\"name/305\",[133,53.534]],[\"comment/305\",[]],[\"name/306\",[134,53.534]],[\"comment/306\",[]],[\"name/307\",[135,53.534]],[\"comment/307\",[]],[\"name/308\",[136,53.534]],[\"comment/308\",[]],[\"name/309\",[137,53.534]],[\"comment/309\",[]],[\"name/310\",[138,53.534]],[\"comment/310\",[]],[\"name/311\",[139,53.534]],[\"comment/311\",[]],[\"name/312\",[140,53.534]],[\"comment/312\",[]],[\"name/313\",[141,53.534]],[\"comment/313\",[]],[\"name/314\",[142,53.534]],[\"comment/314\",[]],[\"name/315\",[143,53.534]],[\"comment/315\",[]],[\"name/316\",[144,53.534]],[\"comment/316\",[]],[\"name/317\",[145,53.534]],[\"comment/317\",[]],[\"name/318\",[146,53.534]],[\"comment/318\",[]],[\"name/319\",[147,53.534]],[\"comment/319\",[]],[\"name/320\",[148,53.534]],[\"comment/320\",[]],[\"name/321\",[149,53.534]],[\"comment/321\",[]],[\"name/322\",[150,53.534]],[\"comment/322\",[]],[\"name/323\",[151,53.534]],[\"comment/323\",[]],[\"name/324\",[152,53.534]],[\"comment/324\",[]],[\"name/325\",[153,53.534]],[\"comment/325\",[]],[\"name/326\",[154,53.534]],[\"comment/326\",[]],[\"name/327\",[155,53.534]],[\"comment/327\",[]],[\"name/328\",[156,53.534]],[\"comment/328\",[]],[\"name/329\",[157,53.534]],[\"comment/329\",[]],[\"name/330\",[158,53.534]],[\"comment/330\",[]],[\"name/331\",[159,53.534]],[\"comment/331\",[]],[\"name/332\",[160,53.534]],[\"comment/332\",[]],[\"name/333\",[161,53.534]],[\"comment/333\",[]],[\"name/334\",[162,53.534]],[\"comment/334\",[]],[\"name/335\",[163,53.534]],[\"comment/335\",[]],[\"name/336\",[164,53.534]],[\"comment/336\",[]],[\"name/337\",[165,53.534]],[\"comment/337\",[]],[\"name/338\",[166,53.534]],[\"comment/338\",[]],[\"name/339\",[167,53.534]],[\"comment/339\",[]],[\"name/340\",[195,64.52]],[\"comment/340\",[]],[\"name/341\",[23,49.857]],[\"comment/341\",[]],[\"name/342\",[191,56.048]],[\"comment/342\",[]],[\"name/343\",[192,56.048]],[\"comment/343\",[]],[\"name/344\",[47,53.534]],[\"comment/344\",[]],[\"name/345\",[48,53.534]],[\"comment/345\",[]],[\"name/346\",[49,53.534]],[\"comment/346\",[]],[\"name/347\",[193,59.412]],[\"comment/347\",[]],[\"name/348\",[50,53.534]],[\"comment/348\",[]],[\"name/349\",[51,53.534]],[\"comment/349\",[]],[\"name/350\",[35,51.528]],[\"comment/350\",[]],[\"name/351\",[52,53.534]],[\"comment/351\",[]],[\"name/352\",[53,53.534]],[\"comment/352\",[]],[\"name/353\",[54,53.534]],[\"comment/353\",[]],[\"name/354\",[55,53.534]],[\"comment/354\",[]],[\"name/355\",[56,53.534]],[\"comment/355\",[]],[\"name/356\",[57,53.534]],[\"comment/356\",[]],[\"name/357\",[59,53.534]],[\"comment/357\",[]],[\"name/358\",[60,53.534]],[\"comment/358\",[]],[\"name/359\",[58,53.534]],[\"comment/359\",[]],[\"name/360\",[61,53.534]],[\"comment/360\",[]],[\"name/361\",[62,53.534]],[\"comment/361\",[]],[\"name/362\",[63,53.534]],[\"comment/362\",[]],[\"name/363\",[64,53.534]],[\"comment/363\",[]],[\"name/364\",[65,53.534]],[\"comment/364\",[]],[\"name/365\",[66,53.534]],[\"comment/365\",[]],[\"name/366\",[67,53.534]],[\"comment/366\",[]],[\"name/367\",[68,53.534]],[\"comment/367\",[]],[\"name/368\",[69,53.534]],[\"comment/368\",[]],[\"name/369\",[70,53.534]],[\"comment/369\",[]],[\"name/370\",[71,53.534]],[\"comment/370\",[]],[\"name/371\",[72,53.534]],[\"comment/371\",[]],[\"name/372\",[73,53.534]],[\"comment/372\",[]],[\"name/373\",[74,53.534]],[\"comment/373\",[]],[\"name/374\",[75,53.534]],[\"comment/374\",[]],[\"name/375\",[76,53.534]],[\"comment/375\",[]],[\"name/376\",[77,53.534]],[\"comment/376\",[]],[\"name/377\",[78,53.534]],[\"comment/377\",[]],[\"name/378\",[79,53.534]],[\"comment/378\",[]],[\"name/379\",[80,53.534]],[\"comment/379\",[]],[\"name/380\",[81,53.534]],[\"comment/380\",[]],[\"name/381\",[82,53.534]],[\"comment/381\",[]],[\"name/382\",[83,53.534]],[\"comment/382\",[]],[\"name/383\",[84,53.534]],[\"comment/383\",[]],[\"name/384\",[85,53.534]],[\"comment/384\",[]],[\"name/385\",[86,53.534]],[\"comment/385\",[]],[\"name/386\",[87,53.534]],[\"comment/386\",[]],[\"name/387\",[88,51.528]],[\"comment/387\",[]],[\"name/388\",[89,53.534]],[\"comment/388\",[]],[\"name/389\",[90,53.534]],[\"comment/389\",[]],[\"name/390\",[91,53.534]],[\"comment/390\",[]],[\"name/391\",[92,53.534]],[\"comment/391\",[]],[\"name/392\",[93,53.534]],[\"comment/392\",[]],[\"name/393\",[94,53.534]],[\"comment/393\",[]],[\"name/394\",[95,53.534]],[\"comment/394\",[]],[\"name/395\",[96,53.534]],[\"comment/395\",[]],[\"name/396\",[97,53.534]],[\"comment/396\",[]],[\"name/397\",[98,53.534]],[\"comment/397\",[]],[\"name/398\",[99,53.534]],[\"comment/398\",[]],[\"name/399\",[100,53.534]],[\"comment/399\",[]],[\"name/400\",[101,53.534]],[\"comment/400\",[]],[\"name/401\",[102,53.534]],[\"comment/401\",[]],[\"name/402\",[103,53.534]],[\"comment/402\",[]],[\"name/403\",[104,53.534]],[\"comment/403\",[]],[\"name/404\",[105,53.534]],[\"comment/404\",[]],[\"name/405\",[106,53.534]],[\"comment/405\",[]],[\"name/406\",[107,53.534]],[\"comment/406\",[]],[\"name/407\",[108,53.534]],[\"comment/407\",[]],[\"name/408\",[109,53.534]],[\"comment/408\",[]],[\"name/409\",[110,53.534]],[\"comment/409\",[]],[\"name/410\",[111,53.534]],[\"comment/410\",[]],[\"name/411\",[112,53.534]],[\"comment/411\",[]],[\"name/412\",[113,53.534]],[\"comment/412\",[]],[\"name/413\",[114,53.534]],[\"comment/413\",[]],[\"name/414\",[115,53.534]],[\"comment/414\",[]],[\"name/415\",[116,53.534]],[\"comment/415\",[]],[\"name/416\",[117,53.534]],[\"comment/416\",[]],[\"name/417\",[118,53.534]],[\"comment/417\",[]],[\"name/418\",[119,53.534]],[\"comment/418\",[]],[\"name/419\",[120,53.534]],[\"comment/419\",[]],[\"name/420\",[121,53.534]],[\"comment/420\",[]],[\"name/421\",[122,53.534]],[\"comment/421\",[]],[\"name/422\",[123,53.534]],[\"comment/422\",[]],[\"name/423\",[124,53.534]],[\"comment/423\",[]],[\"name/424\",[125,53.534]],[\"comment/424\",[]],[\"name/425\",[126,53.534]],[\"comment/425\",[]],[\"name/426\",[127,53.534]],[\"comment/426\",[]],[\"name/427\",[128,53.534]],[\"comment/427\",[]],[\"name/428\",[129,53.534]],[\"comment/428\",[]],[\"name/429\",[130,53.534]],[\"comment/429\",[]],[\"name/430\",[131,53.534]],[\"comment/430\",[]],[\"name/431\",[132,53.534]],[\"comment/431\",[]],[\"name/432\",[133,53.534]],[\"comment/432\",[]],[\"name/433\",[134,53.534]],[\"comment/433\",[]],[\"name/434\",[135,53.534]],[\"comment/434\",[]],[\"name/435\",[136,53.534]],[\"comment/435\",[]],[\"name/436\",[137,53.534]],[\"comment/436\",[]],[\"name/437\",[138,53.534]],[\"comment/437\",[]],[\"name/438\",[139,53.534]],[\"comment/438\",[]],[\"name/439\",[140,53.534]],[\"comment/439\",[]],[\"name/440\",[141,53.534]],[\"comment/440\",[]],[\"name/441\",[142,53.534]],[\"comment/441\",[]],[\"name/442\",[143,53.534]],[\"comment/442\",[]],[\"name/443\",[144,53.534]],[\"comment/443\",[]],[\"name/444\",[145,53.534]],[\"comment/444\",[]],[\"name/445\",[146,53.534]],[\"comment/445\",[]],[\"name/446\",[147,53.534]],[\"comment/446\",[]],[\"name/447\",[148,53.534]],[\"comment/447\",[]],[\"name/448\",[149,53.534]],[\"comment/448\",[]],[\"name/449\",[150,53.534]],[\"comment/449\",[]],[\"name/450\",[151,53.534]],[\"comment/450\",[]],[\"name/451\",[152,53.534]],[\"comment/451\",[]],[\"name/452\",[153,53.534]],[\"comment/452\",[]],[\"name/453\",[154,53.534]],[\"comment/453\",[]],[\"name/454\",[155,53.534]],[\"comment/454\",[]],[\"name/455\",[156,53.534]],[\"comment/455\",[]],[\"name/456\",[157,53.534]],[\"comment/456\",[]],[\"name/457\",[158,53.534]],[\"comment/457\",[]],[\"name/458\",[159,53.534]],[\"comment/458\",[]],[\"name/459\",[160,53.534]],[\"comment/459\",[]],[\"name/460\",[161,53.534]],[\"comment/460\",[]],[\"name/461\",[162,53.534]],[\"comment/461\",[]],[\"name/462\",[163,53.534]],[\"comment/462\",[]],[\"name/463\",[164,53.534]],[\"comment/463\",[]],[\"name/464\",[165,53.534]],[\"comment/464\",[]],[\"name/465\",[166,53.534]],[\"comment/465\",[]],[\"name/466\",[167,53.534]],[\"comment/466\",[]],[\"name/467\",[196,64.52]],[\"comment/467\",[]],[\"name/468\",[23,49.857]],[\"comment/468\",[]],[\"name/469\",[191,56.048]],[\"comment/469\",[]],[\"name/470\",[192,56.048]],[\"comment/470\",[]],[\"name/471\",[38,59.412]],[\"comment/471\",[]],[\"name/472\",[47,53.534]],[\"comment/472\",[]],[\"name/473\",[48,53.534]],[\"comment/473\",[]],[\"name/474\",[49,53.534]],[\"comment/474\",[]],[\"name/475\",[197,64.52]],[\"comment/475\",[]],[\"name/476\",[50,53.534]],[\"comment/476\",[]],[\"name/477\",[51,53.534]],[\"comment/477\",[]],[\"name/478\",[35,51.528]],[\"comment/478\",[]],[\"name/479\",[52,53.534]],[\"comment/479\",[]],[\"name/480\",[53,53.534]],[\"comment/480\",[]],[\"name/481\",[54,53.534]],[\"comment/481\",[]],[\"name/482\",[55,53.534]],[\"comment/482\",[]],[\"name/483\",[56,53.534]],[\"comment/483\",[]],[\"name/484\",[57,53.534]],[\"comment/484\",[]],[\"name/485\",[58,53.534]],[\"comment/485\",[]],[\"name/486\",[59,53.534]],[\"comment/486\",[]],[\"name/487\",[60,53.534]],[\"comment/487\",[]],[\"name/488\",[61,53.534]],[\"comment/488\",[]],[\"name/489\",[62,53.534]],[\"comment/489\",[]],[\"name/490\",[63,53.534]],[\"comment/490\",[]],[\"name/491\",[64,53.534]],[\"comment/491\",[]],[\"name/492\",[65,53.534]],[\"comment/492\",[]],[\"name/493\",[66,53.534]],[\"comment/493\",[]],[\"name/494\",[67,53.534]],[\"comment/494\",[]],[\"name/495\",[68,53.534]],[\"comment/495\",[]],[\"name/496\",[69,53.534]],[\"comment/496\",[]],[\"name/497\",[70,53.534]],[\"comment/497\",[]],[\"name/498\",[71,53.534]],[\"comment/498\",[]],[\"name/499\",[72,53.534]],[\"comment/499\",[]],[\"name/500\",[73,53.534]],[\"comment/500\",[]],[\"name/501\",[74,53.534]],[\"comment/501\",[]],[\"name/502\",[75,53.534]],[\"comment/502\",[]],[\"name/503\",[76,53.534]],[\"comment/503\",[]],[\"name/504\",[77,53.534]],[\"comment/504\",[]],[\"name/505\",[78,53.534]],[\"comment/505\",[]],[\"name/506\",[79,53.534]],[\"comment/506\",[]],[\"name/507\",[80,53.534]],[\"comment/507\",[]],[\"name/508\",[81,53.534]],[\"comment/508\",[]],[\"name/509\",[82,53.534]],[\"comment/509\",[]],[\"name/510\",[83,53.534]],[\"comment/510\",[]],[\"name/511\",[84,53.534]],[\"comment/511\",[]],[\"name/512\",[85,53.534]],[\"comment/512\",[]],[\"name/513\",[86,53.534]],[\"comment/513\",[]],[\"name/514\",[87,53.534]],[\"comment/514\",[]],[\"name/515\",[88,51.528]],[\"comment/515\",[]],[\"name/516\",[89,53.534]],[\"comment/516\",[]],[\"name/517\",[90,53.534]],[\"comment/517\",[]],[\"name/518\",[91,53.534]],[\"comment/518\",[]],[\"name/519\",[92,53.534]],[\"comment/519\",[]],[\"name/520\",[93,53.534]],[\"comment/520\",[]],[\"name/521\",[94,53.534]],[\"comment/521\",[]],[\"name/522\",[95,53.534]],[\"comment/522\",[]],[\"name/523\",[96,53.534]],[\"comment/523\",[]],[\"name/524\",[97,53.534]],[\"comment/524\",[]],[\"name/525\",[98,53.534]],[\"comment/525\",[]],[\"name/526\",[99,53.534]],[\"comment/526\",[]],[\"name/527\",[100,53.534]],[\"comment/527\",[]],[\"name/528\",[101,53.534]],[\"comment/528\",[]],[\"name/529\",[102,53.534]],[\"comment/529\",[]],[\"name/530\",[103,53.534]],[\"comment/530\",[]],[\"name/531\",[104,53.534]],[\"comment/531\",[]],[\"name/532\",[105,53.534]],[\"comment/532\",[]],[\"name/533\",[106,53.534]],[\"comment/533\",[]],[\"name/534\",[107,53.534]],[\"comment/534\",[]],[\"name/535\",[108,53.534]],[\"comment/535\",[]],[\"name/536\",[109,53.534]],[\"comment/536\",[]],[\"name/537\",[110,53.534]],[\"comment/537\",[]],[\"name/538\",[111,53.534]],[\"comment/538\",[]],[\"name/539\",[112,53.534]],[\"comment/539\",[]],[\"name/540\",[113,53.534]],[\"comment/540\",[]],[\"name/541\",[114,53.534]],[\"comment/541\",[]],[\"name/542\",[115,53.534]],[\"comment/542\",[]],[\"name/543\",[116,53.534]],[\"comment/543\",[]],[\"name/544\",[117,53.534]],[\"comment/544\",[]],[\"name/545\",[118,53.534]],[\"comment/545\",[]],[\"name/546\",[119,53.534]],[\"comment/546\",[]],[\"name/547\",[120,53.534]],[\"comment/547\",[]],[\"name/548\",[121,53.534]],[\"comment/548\",[]],[\"name/549\",[122,53.534]],[\"comment/549\",[]],[\"name/550\",[123,53.534]],[\"comment/550\",[]],[\"name/551\",[124,53.534]],[\"comment/551\",[]],[\"name/552\",[125,53.534]],[\"comment/552\",[]],[\"name/553\",[126,53.534]],[\"comment/553\",[]],[\"name/554\",[127,53.534]],[\"comment/554\",[]],[\"name/555\",[128,53.534]],[\"comment/555\",[]],[\"name/556\",[129,53.534]],[\"comment/556\",[]],[\"name/557\",[130,53.534]],[\"comment/557\",[]],[\"name/558\",[131,53.534]],[\"comment/558\",[]],[\"name/559\",[132,53.534]],[\"comment/559\",[]],[\"name/560\",[133,53.534]],[\"comment/560\",[]],[\"name/561\",[134,53.534]],[\"comment/561\",[]],[\"name/562\",[135,53.534]],[\"comment/562\",[]],[\"name/563\",[136,53.534]],[\"comment/563\",[]],[\"name/564\",[137,53.534]],[\"comment/564\",[]],[\"name/565\",[138,53.534]],[\"comment/565\",[]],[\"name/566\",[139,53.534]],[\"comment/566\",[]],[\"name/567\",[140,53.534]],[\"comment/567\",[]],[\"name/568\",[141,53.534]],[\"comment/568\",[]],[\"name/569\",[142,53.534]],[\"comment/569\",[]],[\"name/570\",[143,53.534]],[\"comment/570\",[]],[\"name/571\",[144,53.534]],[\"comment/571\",[]],[\"name/572\",[145,53.534]],[\"comment/572\",[]],[\"name/573\",[146,53.534]],[\"comment/573\",[]],[\"name/574\",[147,53.534]],[\"comment/574\",[]],[\"name/575\",[148,53.534]],[\"comment/575\",[]],[\"name/576\",[149,53.534]],[\"comment/576\",[]],[\"name/577\",[150,53.534]],[\"comment/577\",[]],[\"name/578\",[151,53.534]],[\"comment/578\",[]],[\"name/579\",[152,53.534]],[\"comment/579\",[]],[\"name/580\",[153,53.534]],[\"comment/580\",[]],[\"name/581\",[154,53.534]],[\"comment/581\",[]],[\"name/582\",[155,53.534]],[\"comment/582\",[]],[\"name/583\",[156,53.534]],[\"comment/583\",[]],[\"name/584\",[157,53.534]],[\"comment/584\",[]],[\"name/585\",[158,53.534]],[\"comment/585\",[]],[\"name/586\",[159,53.534]],[\"comment/586\",[]],[\"name/587\",[160,53.534]],[\"comment/587\",[]],[\"name/588\",[161,53.534]],[\"comment/588\",[]],[\"name/589\",[162,53.534]],[\"comment/589\",[]],[\"name/590\",[163,53.534]],[\"comment/590\",[]],[\"name/591\",[164,53.534]],[\"comment/591\",[]],[\"name/592\",[165,53.534]],[\"comment/592\",[]],[\"name/593\",[166,53.534]],[\"comment/593\",[]],[\"name/594\",[167,53.534]],[\"comment/594\",[]],[\"name/595\",[198,64.52]],[\"comment/595\",[]],[\"name/596\",[199,59.412]],[\"comment/596\",[]],[\"name/597\",[1,29.355]],[\"comment/597\",[]],[\"name/598\",[200,64.52]],[\"comment/598\",[]],[\"name/599\",[201,64.52]],[\"comment/599\",[]],[\"name/600\",[24,46.062]],[\"comment/600\",[]],[\"name/601\",[202,64.52]],[\"comment/601\",[]],[\"name/602\",[203,64.52]],[\"comment/602\",[]],[\"name/603\",[1,29.355]],[\"comment/603\",[]],[\"name/604\",[9,48.426]],[\"comment/604\",[]],[\"name/605\",[204,64.52]],[\"comment/605\",[]],[\"name/606\",[205,64.52]],[\"comment/606\",[]],[\"name/607\",[206,59.412]],[\"comment/607\",[]],[\"name/608\",[1,29.355]],[\"comment/608\",[]],[\"name/609\",[207,64.52]],[\"comment/609\",[]],[\"name/610\",[208,56.048]],[\"comment/610\",[]],[\"name/611\",[209,59.412]],[\"comment/611\",[]],[\"name/612\",[210,59.412]],[\"comment/612\",[]],[\"name/613\",[211,59.412]],[\"comment/613\",[]],[\"name/614\",[189,53.534]],[\"comment/614\",[]],[\"name/615\",[1,29.355]],[\"comment/615\",[]],[\"name/616\",[8,39.953]],[\"comment/616\",[]],[\"name/617\",[42,56.048]],[\"comment/617\",[]],[\"name/618\",[212,59.412]],[\"comment/618\",[]],[\"name/619\",[213,64.52]],[\"comment/619\",[]],[\"name/620\",[214,64.52]],[\"comment/620\",[]],[\"name/621\",[18,49.857]],[\"comment/621\",[]],[\"name/622\",[215,64.52]],[\"comment/622\",[]],[\"name/623\",[216,64.52]],[\"comment/623\",[]],[\"name/624\",[217,59.412]],[\"comment/624\",[]],[\"name/625\",[210,59.412]],[\"comment/625\",[]],[\"name/626\",[24,46.062]],[\"comment/626\",[]],[\"name/627\",[218,64.52]],[\"comment/627\",[]],[\"name/628\",[219,64.52]],[\"comment/628\",[]],[\"name/629\",[220,64.52]],[\"comment/629\",[]],[\"name/630\",[221,64.52]],[\"comment/630\",[]],[\"name/631\",[222,59.412]],[\"comment/631\",[]],[\"name/632\",[223,64.52]],[\"comment/632\",[]],[\"name/633\",[211,59.412]],[\"comment/633\",[]],[\"name/634\",[224,64.52]],[\"comment/634\",[]],[\"name/635\",[206,59.412]],[\"comment/635\",[]],[\"name/636\",[225,64.52]],[\"comment/636\",[]],[\"name/637\",[1,29.355]],[\"comment/637\",[]],[\"name/638\",[226,64.52]],[\"comment/638\",[]],[\"name/639\",[227,56.048]],[\"comment/639\",[]],[\"name/640\",[228,64.52]],[\"comment/640\",[]],[\"name/641\",[229,59.412]],[\"comment/641\",[]],[\"name/642\",[230,59.412]],[\"comment/642\",[]],[\"name/643\",[1,29.355]],[\"comment/643\",[]],[\"name/644\",[9,48.426]],[\"comment/644\",[]],[\"name/645\",[10,56.048]],[\"comment/645\",[]],[\"name/646\",[231,64.52]],[\"comment/646\",[]],[\"name/647\",[232,64.52]],[\"comment/647\",[]],[\"name/648\",[1,29.355]],[\"comment/648\",[]],[\"name/649\",[233,56.048]],[\"comment/649\",[]],[\"name/650\",[234,56.048]],[\"comment/650\",[]],[\"name/651\",[235,59.412]],[\"comment/651\",[]],[\"name/652\",[236,59.412]],[\"comment/652\",[]],[\"name/653\",[237,64.52]],[\"comment/653\",[]],[\"name/654\",[238,59.412]],[\"comment/654\",[]],[\"name/655\",[239,64.52]],[\"comment/655\",[]],[\"name/656\",[240,59.412]],[\"comment/656\",[]],[\"name/657\",[1,29.355]],[\"comment/657\",[]],[\"name/658\",[241,64.52]],[\"comment/658\",[]],[\"name/659\",[242,64.52]],[\"comment/659\",[]],[\"name/660\",[243,56.048]],[\"comment/660\",[]],[\"name/661\",[1,29.355]],[\"comment/661\",[]],[\"name/662\",[244,64.52]],[\"comment/662\",[]],[\"name/663\",[245,64.52]],[\"comment/663\",[]],[\"name/664\",[240,59.412]],[\"comment/664\",[]],[\"name/665\",[246,64.52]],[\"comment/665\",[]],[\"name/666\",[238,59.412]],[\"comment/666\",[]],[\"name/667\",[247,64.52]],[\"comment/667\",[]],[\"name/668\",[235,59.412]],[\"comment/668\",[]],[\"name/669\",[233,56.048]],[\"comment/669\",[]],[\"name/670\",[234,56.048]],[\"comment/670\",[]],[\"name/671\",[236,59.412]],[\"comment/671\",[]],[\"name/672\",[248,64.52]],[\"comment/672\",[]],[\"name/673\",[249,64.52]],[\"comment/673\",[]],[\"name/674\",[250,64.52]],[\"comment/674\",[]],[\"name/675\",[251,64.52]],[\"comment/675\",[]],[\"name/676\",[1,29.355]],[\"comment/676\",[]],[\"name/677\",[8,39.953]],[\"comment/677\",[]],[\"name/678\",[252,53.534]],[\"comment/678\",[]],[\"name/679\",[24,46.062]],[\"comment/679\",[]],[\"name/680\",[253,59.412]],[\"comment/680\",[]],[\"name/681\",[254,59.412]],[\"comment/681\",[]],[\"name/682\",[255,59.412]],[\"comment/682\",[]],[\"name/683\",[243,56.048]],[\"comment/683\",[]],[\"name/684\",[256,53.534]],[\"comment/684\",[]],[\"name/685\",[257,59.412]],[\"comment/685\",[]],[\"name/686\",[258,64.52]],[\"comment/686\",[]],[\"name/687\",[1,29.355]],[\"comment/687\",[]],[\"name/688\",[8,39.953]],[\"comment/688\",[]],[\"name/689\",[252,53.534]],[\"comment/689\",[]],[\"name/690\",[24,46.062]],[\"comment/690\",[]],[\"name/691\",[253,59.412]],[\"comment/691\",[]],[\"name/692\",[254,59.412]],[\"comment/692\",[]],[\"name/693\",[255,59.412]],[\"comment/693\",[]],[\"name/694\",[243,56.048]],[\"comment/694\",[]],[\"name/695\",[256,53.534]],[\"comment/695\",[]],[\"name/696\",[257,59.412]],[\"comment/696\",[]],[\"name/697\",[259,59.412]],[\"comment/697\",[]],[\"name/698\",[1,29.355]],[\"comment/698\",[]],[\"name/699\",[24,46.062]],[\"comment/699\",[]],[\"name/700\",[260,53.534]],[\"comment/700\",[]],[\"name/701\",[256,53.534]],[\"comment/701\",[]],[\"name/702\",[252,53.534]],[\"comment/702\",[]],[\"name/703\",[261,64.52]],[\"comment/703\",[]],[\"name/704\",[262,64.52]],[\"comment/704\",[]],[\"name/705\",[263,64.52]],[\"comment/705\",[]],[\"name/706\",[264,64.52]],[\"comment/706\",[]],[\"name/707\",[265,64.52]],[\"comment/707\",[]],[\"name/708\",[266,64.52]],[\"comment/708\",[]],[\"name/709\",[233,56.048]],[\"comment/709\",[]],[\"name/710\",[234,56.048]],[\"comment/710\",[]],[\"name/711\",[179,56.048]],[\"comment/711\",[]],[\"name/712\",[1,29.355]],[\"comment/712\",[]],[\"name/713\",[8,39.953]],[\"comment/713\",[]],[\"name/714\",[42,56.048]],[\"comment/714\",[]],[\"name/715\",[24,46.062]],[\"comment/715\",[]],[\"name/716\",[212,59.412]],[\"comment/716\",[]],[\"name/717\",[267,59.412]],[\"comment/717\",[]],[\"name/718\",[1,29.355]],[\"comment/718\",[]],[\"name/719\",[268,64.52]],[\"comment/719\",[]],[\"name/720\",[269,64.52]],[\"comment/720\",[]],[\"name/721\",[270,53.534]],[\"comment/721\",[]],[\"name/722\",[271,64.52]],[\"comment/722\",[]],[\"name/723\",[1,29.355]],[\"comment/723\",[]],[\"name/724\",[9,48.426]],[\"comment/724\",[]],[\"name/725\",[24,46.062]],[\"comment/725\",[]],[\"name/726\",[267,59.412]],[\"comment/726\",[]],[\"name/727\",[272,64.52]],[\"comment/727\",[]],[\"name/728\",[1,29.355]],[\"comment/728\",[]],[\"name/729\",[260,53.534]],[\"comment/729\",[]],[\"name/730\",[273,59.412]],[\"comment/730\",[]],[\"name/731\",[274,56.048]],[\"comment/731\",[]],[\"name/732\",[1,29.355]],[\"comment/732\",[]],[\"name/733\",[8,39.953]],[\"comment/733\",[]],[\"name/734\",[275,59.412]],[\"comment/734\",[]],[\"name/735\",[276,64.52]],[\"comment/735\",[]],[\"name/736\",[277,64.52]],[\"comment/736\",[]],[\"name/737\",[273,59.412]],[\"comment/737\",[]],[\"name/738\",[278,64.52]],[\"comment/738\",[]],[\"name/739\",[279,64.52]],[\"comment/739\",[]],[\"name/740\",[280,64.52]],[\"comment/740\",[]],[\"name/741\",[1,29.355]],[\"comment/741\",[]],[\"name/742\",[281,64.52]],[\"comment/742\",[]],[\"name/743\",[282,64.52]],[\"comment/743\",[]],[\"name/744\",[9,48.426]],[\"comment/744\",[]],[\"name/745\",[270,53.534]],[\"comment/745\",[]],[\"name/746\",[3,53.534]],[\"comment/746\",[]],[\"name/747\",[1,29.355]],[\"comment/747\",[]],[\"name/748\",[8,39.953]],[\"comment/748\",[]],[\"name/749\",[283,59.412]],[\"comment/749\",[]],[\"name/750\",[24,46.062]],[\"comment/750\",[]],[\"name/751\",[189,53.534]],[\"comment/751\",[]],[\"name/752\",[284,59.412]],[\"comment/752\",[]],[\"name/753\",[285,64.52]],[\"comment/753\",[]],[\"name/754\",[178,56.048]],[\"comment/754\",[]],[\"name/755\",[286,64.52]],[\"comment/755\",[]],[\"name/756\",[287,64.52]],[\"comment/756\",[]],[\"name/757\",[18,49.857]],[\"comment/757\",[]],[\"name/758\",[222,59.412]],[\"comment/758\",[]],[\"name/759\",[288,64.52]],[\"comment/759\",[]],[\"name/760\",[289,64.52]],[\"comment/760\",[]],[\"name/761\",[290,64.52]],[\"comment/761\",[]],[\"name/762\",[291,64.52]],[\"comment/762\",[]],[\"name/763\",[292,64.52]],[\"comment/763\",[]],[\"name/764\",[293,64.52]],[\"comment/764\",[]],[\"name/765\",[208,56.048]],[\"comment/765\",[]],[\"name/766\",[294,59.412]],[\"comment/766\",[]],[\"name/767\",[295,59.412]],[\"comment/767\",[]],[\"name/768\",[296,56.048]],[\"comment/768\",[]],[\"name/769\",[297,64.52]],[\"comment/769\",[]],[\"name/770\",[298,64.52]],[\"comment/770\",[]],[\"name/771\",[259,59.412]],[\"comment/771\",[]],[\"name/772\",[274,56.048]],[\"comment/772\",[]],[\"name/773\",[230,59.412]],[\"comment/773\",[]],[\"name/774\",[209,59.412]],[\"comment/774\",[]],[\"name/775\",[299,64.52]],[\"comment/775\",[]],[\"name/776\",[300,64.52]],[\"comment/776\",[]],[\"name/777\",[301,64.52]],[\"comment/777\",[]],[\"name/778\",[302,64.52]],[\"comment/778\",[]],[\"name/779\",[303,59.412]],[\"comment/779\",[]],[\"name/780\",[1,29.355]],[\"comment/780\",[]],[\"name/781\",[304,64.52]],[\"comment/781\",[]],[\"name/782\",[305,64.52]],[\"comment/782\",[]],[\"name/783\",[306,64.52]],[\"comment/783\",[]],[\"name/784\",[1,29.355]],[\"comment/784\",[]],[\"name/785\",[8,39.953]],[\"comment/785\",[]],[\"name/786\",[270,53.534]],[\"comment/786\",[]],[\"name/787\",[307,64.52]],[\"comment/787\",[]],[\"name/788\",[308,64.52]],[\"comment/788\",[]],[\"name/789\",[309,64.52]],[\"comment/789\",[]],[\"name/790\",[1,29.355]],[\"comment/790\",[]],[\"name/791\",[8,39.953]],[\"comment/791\",[]],[\"name/792\",[9,48.426]],[\"comment/792\",[]],[\"name/793\",[217,59.412]],[\"comment/793\",[]],[\"name/794\",[310,64.52]],[\"comment/794\",[]],[\"name/795\",[311,64.52]],[\"comment/795\",[]],[\"name/796\",[1,29.355]],[\"comment/796\",[]],[\"name/797\",[8,39.953]],[\"comment/797\",[]],[\"name/798\",[312,64.52]],[\"comment/798\",[]],[\"name/799\",[303,59.412]],[\"comment/799\",[]],[\"name/800\",[275,59.412]],[\"comment/800\",[]],[\"name/801\",[313,64.52]],[\"comment/801\",[]],[\"name/802\",[314,64.52]],[\"comment/802\",[]],[\"name/803\",[184,59.412]],[\"comment/803\",[]],[\"name/804\",[315,64.52]],[\"comment/804\",[]],[\"name/805\",[1,29.355]],[\"comment/805\",[]],[\"name/806\",[316,64.52]],[\"comment/806\",[]],[\"name/807\",[317,64.52]],[\"comment/807\",[]],[\"name/808\",[318,56.048]],[\"comment/808\",[]],[\"name/809\",[319,64.52]],[\"comment/809\",[]],[\"name/810\",[320,64.52]],[\"comment/810\",[]],[\"name/811\",[321,59.412]],[\"comment/811\",[]],[\"name/812\",[1,29.355]],[\"comment/812\",[]],[\"name/813\",[322,64.52]],[\"comment/813\",[]],[\"name/814\",[323,59.412]],[\"comment/814\",[]],[\"name/815\",[1,29.355]],[\"comment/815\",[]],[\"name/816\",[324,64.52]],[\"comment/816\",[]],[\"name/817\",[325,64.52]],[\"comment/817\",[]],[\"name/818\",[326,64.52]],[\"comment/818\",[]],[\"name/819\",[327,64.52]],[\"comment/819\",[]],[\"name/820\",[1,29.355]],[\"comment/820\",[]],[\"name/821\",[283,59.412]],[\"comment/821\",[]],[\"name/822\",[260,53.534]],[\"comment/822\",[]],[\"name/823\",[256,53.534]],[\"comment/823\",[]],[\"name/824\",[328,64.52]],[\"comment/824\",[]],[\"name/825\",[329,56.048]],[\"comment/825\",[]],[\"name/826\",[330,64.52]],[\"comment/826\",[]],[\"name/827\",[321,59.412]],[\"comment/827\",[]],[\"name/828\",[323,59.412]],[\"comment/828\",[]],[\"name/829\",[331,64.52]],[\"comment/829\",[]],[\"name/830\",[332,64.52]],[\"comment/830\",[]],[\"name/831\",[333,64.52]],[\"comment/831\",[]],[\"name/832\",[229,59.412]],[\"comment/832\",[]],[\"name/833\",[334,64.52]],[\"comment/833\",[]],[\"name/834\",[1,29.355]],[\"comment/834\",[]],[\"name/835\",[227,56.048]],[\"comment/835\",[]],[\"name/836\",[1,29.355]],[\"comment/836\",[]],[\"name/837\",[335,64.52]],[\"comment/837\",[]],[\"name/838\",[336,64.52]],[\"comment/838\",[]],[\"name/839\",[337,64.52]],[\"comment/839\",[]],[\"name/840\",[296,56.048]],[\"comment/840\",[]],[\"name/841\",[1,29.355]],[\"comment/841\",[]],[\"name/842\",[338,64.52]],[\"comment/842\",[]],[\"name/843\",[339,64.52]],[\"comment/843\",[]],[\"name/844\",[340,64.52]],[\"comment/844\",[]],[\"name/845\",[341,64.52]],[\"comment/845\",[]],[\"name/846\",[342,64.52]],[\"comment/846\",[]],[\"name/847\",[343,64.52]],[\"comment/847\",[]],[\"name/848\",[344,64.52]],[\"comment/848\",[]],[\"name/849\",[1,29.355]],[\"comment/849\",[]],[\"name/850\",[345,64.52]],[\"comment/850\",[]],[\"name/851\",[346,64.52]],[\"comment/851\",[]],[\"name/852\",[347,64.52]],[\"comment/852\",[]],[\"name/853\",[348,64.52]],[\"comment/853\",[]],[\"name/854\",[349,64.52]],[\"comment/854\",[]],[\"name/855\",[1,29.355]],[\"comment/855\",[]],[\"name/856\",[8,39.953]],[\"comment/856\",[]],[\"name/857\",[260,53.534]],[\"comment/857\",[]],[\"name/858\",[350,64.52]],[\"comment/858\",[]],[\"name/859\",[1,29.355]],[\"comment/859\",[]],[\"name/860\",[185,59.412]],[\"comment/860\",[]],[\"name/861\",[1,29.355]],[\"comment/861\",[]],[\"name/862\",[351,59.412]],[\"comment/862\",[]],[\"name/863\",[329,56.048]],[\"comment/863\",[]],[\"name/864\",[318,56.048]],[\"comment/864\",[]],[\"name/865\",[186,59.412]],[\"comment/865\",[]],[\"name/866\",[1,29.355]],[\"comment/866\",[]],[\"name/867\",[351,59.412]],[\"comment/867\",[]],[\"name/868\",[329,56.048]],[\"comment/868\",[]],[\"name/869\",[318,56.048]],[\"comment/869\",[]],[\"name/870\",[352,64.52]],[\"comment/870\",[]],[\"name/871\",[353,64.52]],[\"comment/871\",[]],[\"name/872\",[1,29.355]],[\"comment/872\",[]],[\"name/873\",[189,53.534]],[\"comment/873\",[]],[\"name/874\",[18,49.857]],[\"comment/874\",[]],[\"name/875\",[8,39.953]],[\"comment/875\",[]],[\"name/876\",[3,53.534]],[\"comment/876\",[]],[\"name/877\",[199,59.412]],[\"comment/877\",[]],[\"name/878\",[252,53.534]],[\"comment/878\",[]],[\"name/879\",[175,59.412]],[\"comment/879\",[]],[\"name/880\",[354,64.52]],[\"comment/880\",[]],[\"name/881\",[1,29.355]],[\"comment/881\",[]],[\"name/882\",[355,64.52]],[\"comment/882\",[]],[\"name/883\",[356,64.52]],[\"comment/883\",[]],[\"name/884\",[357,64.52]],[\"comment/884\",[]],[\"name/885\",[358,64.52]],[\"comment/885\",[]],[\"name/886\",[359,64.52]],[\"comment/886\",[]],[\"name/887\",[360,59.412]],[\"comment/887\",[]],[\"name/888\",[1,29.355]],[\"comment/888\",[]],[\"name/889\",[176,59.412]],[\"comment/889\",[]],[\"name/890\",[177,59.412]],[\"comment/890\",[]],[\"name/891\",[179,56.048]],[\"comment/891\",[]],[\"name/892\",[178,56.048]],[\"comment/892\",[]],[\"name/893\",[274,56.048]],[\"comment/893\",[]],[\"name/894\",[361,64.52]],[\"comment/894\",[]],[\"name/895\",[1,29.355]],[\"comment/895\",[]],[\"name/896\",[8,39.953]],[\"comment/896\",[]],[\"name/897\",[362,64.52]],[\"comment/897\",[]],[\"name/898\",[363,64.52]],[\"comment/898\",[]],[\"name/899\",[360,59.412]],[\"comment/899\",[]],[\"name/900\",[364,64.52]],[\"comment/900\",[]],[\"name/901\",[1,29.355]],[\"comment/901\",[]],[\"name/902\",[8,39.953]],[\"comment/902\",[]],[\"name/903\",[365,64.52]],[\"comment/903\",[]],[\"name/904\",[366,64.52]],[\"comment/904\",[]],[\"name/905\",[367,64.52]],[\"comment/905\",[]],[\"name/906\",[368,64.52]],[\"comment/906\",[]],[\"name/907\",[369,64.52]],[\"comment/907\",[]],[\"name/908\",[370,64.52]],[\"comment/908\",[]],[\"name/909\",[371,64.52]],[\"comment/909\",[]],[\"name/910\",[372,64.52]],[\"comment/910\",[]],[\"name/911\",[373,64.52]],[\"comment/911\",[]],[\"name/912\",[374,64.52]],[\"comment/912\",[]],[\"name/913\",[375,64.52]],[\"comment/913\",[]],[\"name/914\",[376,64.52]],[\"comment/914\",[]],[\"name/915\",[88,51.528]],[\"comment/915\",[]],[\"name/916\",[1,29.355]],[\"comment/916\",[]],[\"name/917\",[8,39.953]],[\"comment/917\",[]],[\"name/918\",[377,64.52]],[\"comment/918\",[]],[\"name/919\",[378,64.52]],[\"comment/919\",[]],[\"name/920\",[379,64.52]],[\"comment/920\",[]],[\"name/921\",[380,64.52]],[\"comment/921\",[]],[\"name/922\",[381,64.52]],[\"comment/922\",[]],[\"name/923\",[1,29.355]],[\"comment/923\",[]],[\"name/924\",[270,53.534]],[\"comment/924\",[]],[\"name/925\",[227,56.048]],[\"comment/925\",[]],[\"name/926\",[382,64.52]],[\"comment/926\",[]],[\"name/927\",[383,64.52]],[\"comment/927\",[]],[\"name/928\",[1,29.355]],[\"comment/928\",[]],[\"name/929\",[384,64.52]],[\"comment/929\",[]],[\"name/930\",[284,59.412]],[\"comment/930\",[]],[\"name/931\",[385,64.52]],[\"comment/931\",[]],[\"name/932\",[208,56.048]],[\"comment/932\",[]],[\"name/933\",[294,59.412]],[\"comment/933\",[]],[\"name/934\",[295,59.412]],[\"comment/934\",[]],[\"name/935\",[386,59.412]],[\"comment/935\",[]],[\"name/936\",[387,64.52]],[\"comment/936\",[]],[\"name/937\",[388,64.52]],[\"comment/937\",[]],[\"name/938\",[1,29.355]],[\"comment/938\",[]],[\"name/939\",[8,39.953]],[\"comment/939\",[]],[\"name/940\",[386,59.412]],[\"comment/940\",[]],[\"name/941\",[389,64.52]],[\"comment/941\",[]],[\"name/942\",[296,56.048]],[\"comment/942\",[]],[\"name/943\",[390,64.52]],[\"comment/943\",[]],[\"name/944\",[1,29.355]],[\"comment/944\",[]],[\"name/945\",[15,56.048]],[\"comment/945\",[]],[\"name/946\",[16,56.048]],[\"comment/946\",[]],[\"name/947\",[17,56.048]],[\"comment/947\",[]],[\"name/948\",[18,49.857]],[\"comment/948\",[]],[\"name/949\",[391,64.52]],[\"comment/949\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":1,\"name\":{\"1\":{},\"8\":{},\"16\":{},\"57\":{},\"61\":{},\"597\":{},\"603\":{},\"608\":{},\"615\":{},\"637\":{},\"643\":{},\"648\":{},\"657\":{},\"661\":{},\"676\":{},\"687\":{},\"698\":{},\"712\":{},\"718\":{},\"723\":{},\"728\":{},\"732\":{},\"741\":{},\"747\":{},\"780\":{},\"784\":{},\"790\":{},\"796\":{},\"805\":{},\"812\":{},\"815\":{},\"820\":{},\"834\":{},\"836\":{},\"841\":{},\"849\":{},\"855\":{},\"859\":{},\"861\":{},\"866\":{},\"872\":{},\"881\":{},\"888\":{},\"895\":{},\"901\":{},\"916\":{},\"923\":{},\"928\":{},\"938\":{},\"944\":{}},\"comment\":{}}],[\"_scope\",{\"_index\":30,\"name\":{\"40\":{}},\"comment\":{}}],[\"acceptfollowrequest\",{\"_index\":90,\"name\":{\"111\":{},\"262\":{},\"389\":{},\"517\":{}},\"comment\":{}}],[\"access_token\",{\"_index\":15,\"name\":{\"17\":{},\"41\":{},\"945\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":31,\"name\":{\"46\":{}},\"comment\":{}}],[\"account\",{\"_index\":189,\"name\":{\"211\":{},\"614\":{},\"751\":{},\"873\":{}},\"comment\":{}}],[\"account_id\",{\"_index\":379,\"name\":{\"920\":{}},\"comment\":{}}],[\"accounts\",{\"_index\":270,\"name\":{\"721\":{},\"745\":{},\"786\":{},\"924\":{}},\"comment\":{}}],[\"acct\",{\"_index\":212,\"name\":{\"618\":{},\"716\":{}},\"comment\":{}}],[\"action_taken\",{\"_index\":377,\"name\":{\"918\":{}},\"comment\":{}}],[\"activity\",{\"_index\":225,\"name\":{\"636\":{}},\"comment\":{}}],[\"addaccountstolist\",{\"_index\":138,\"name\":{\"159\":{},\"310\":{},\"437\":{},\"565\":{}},\"comment\":{}}],[\"alerts\",{\"_index\":360,\"name\":{\"887\":{},\"899\":{}},\"comment\":{}}],[\"ancestors\",{\"_index\":304,\"name\":{\"781\":{}},\"comment\":{}}],[\"appdata\",{\"_index\":21,\"name\":{\"23\":{}},\"comment\":{}}],[\"appdatafromserver\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"application\",{\"_index\":230,\"name\":{\"642\":{},\"773\":{}},\"comment\":{}}],[\"application_id\",{\"_index\":387,\"name\":{\"936\":{}},\"comment\":{}}],[\"aspect\",{\"_index\":236,\"name\":{\"652\":{},\"671\":{}},\"comment\":{}}],[\"asyncattachment\",{\"_index\":258,\"name\":{\"686\":{}},\"comment\":{}}],[\"attachment\",{\"_index\":251,\"name\":{\"675\":{}},\"comment\":{}}],[\"audio_bitrate\",{\"_index\":249,\"name\":{\"673\":{}},\"comment\":{}}],[\"audio_channel\",{\"_index\":250,\"name\":{\"674\":{}},\"comment\":{}}],[\"audio_encode\",{\"_index\":248,\"name\":{\"672\":{}},\"comment\":{}}],[\"auth\",{\"_index\":41,\"name\":{\"60\":{}},\"comment\":{}}],[\"author_name\",{\"_index\":262,\"name\":{\"704\":{}},\"comment\":{}}],[\"author_url\",{\"_index\":263,\"name\":{\"705\":{}},\"comment\":{}}],[\"avatar\",{\"_index\":218,\"name\":{\"627\":{}},\"comment\":{}}],[\"avatar_static\",{\"_index\":219,\"name\":{\"628\":{}},\"comment\":{}}],[\"baseurl\",{\"_index\":192,\"name\":{\"215\":{},\"343\":{},\"470\":{}},\"comment\":{}}],[\"bitrate\",{\"_index\":239,\"name\":{\"655\":{}},\"comment\":{}}],[\"blockaccount\",{\"_index\":67,\"name\":{\"88\":{},\"239\":{},\"366\":{},\"494\":{}},\"comment\":{}}],[\"blockdomain\",{\"_index\":81,\"name\":{\"102\":{},\"253\":{},\"380\":{},\"508\":{}},\"comment\":{}}],[\"blocked_by\",{\"_index\":369,\"name\":{\"907\":{}},\"comment\":{}}],[\"blocking\",{\"_index\":368,\"name\":{\"906\":{}},\"comment\":{}}],[\"blurhash\",{\"_index\":257,\"name\":{\"685\":{},\"696\":{}},\"comment\":{}}],[\"bookmarked\",{\"_index\":302,\"name\":{\"778\":{}},\"comment\":{}}],[\"bookmarkstatus\",{\"_index\":109,\"name\":{\"130\":{},\"281\":{},\"408\":{},\"536\":{}},\"comment\":{}}],[\"bot\",{\"_index\":224,\"name\":{\"634\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":47,\"name\":{\"67\":{},\"216\":{},\"344\":{},\"472\":{}},\"comment\":{}}],[\"cancelscheduledstatus\",{\"_index\":123,\"name\":{\"144\":{},\"295\":{},\"422\":{},\"550\":{}},\"comment\":{}}],[\"card\",{\"_index\":259,\"name\":{\"697\":{},\"771\":{}},\"comment\":{}}],[\"characters_reserved_per_url\",{\"_index\":337,\"name\":{\"839\":{}},\"comment\":{}}],[\"client\",{\"_index\":191,\"name\":{\"214\":{},\"342\":{},\"469\":{}},\"comment\":{}}],[\"client_id\",{\"_index\":12,\"name\":{\"13\":{},\"32\":{}},\"comment\":{}}],[\"client_secret\",{\"_index\":13,\"name\":{\"14\":{},\"33\":{}},\"comment\":{}}],[\"clientid\",{\"_index\":27,\"name\":{\"35\":{}},\"comment\":{}}],[\"clientsecret\",{\"_index\":28,\"name\":{\"36\":{}},\"comment\":{}}],[\"comment\",{\"_index\":378,\"name\":{\"919\":{}},\"comment\":{}}],[\"configuration\",{\"_index\":334,\"name\":{\"833\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":23,\"name\":{\"25\":{},\"39\":{},\"53\":{},\"213\":{},\"341\":{},\"468\":{}},\"comment\":{}}],[\"contact_account\",{\"_index\":332,\"name\":{\"830\":{}},\"comment\":{}}],[\"content\",{\"_index\":286,\"name\":{\"755\":{}},\"comment\":{}}],[\"context\",{\"_index\":303,\"name\":{\"779\":{},\"799\":{}},\"comment\":{}}],[\"conversation\",{\"_index\":306,\"name\":{\"783\":{}},\"comment\":{}}],[\"count\",{\"_index\":281,\"name\":{\"742\":{}},\"comment\":{}}],[\"createapp\",{\"_index\":49,\"name\":{\"69\":{},\"218\":{},\"346\":{},\"474\":{}},\"comment\":{}}],[\"created_at\",{\"_index\":18,\"name\":{\"20\":{},\"43\":{},\"621\":{},\"757\":{},\"874\":{},\"948\":{}},\"comment\":{}}],[\"createdat\",{\"_index\":33,\"name\":{\"49\":{}},\"comment\":{}}],[\"createemojireaction\",{\"_index\":158,\"name\":{\"179\":{},\"330\":{},\"457\":{},\"585\":{}},\"comment\":{}}],[\"createfeaturedtag\",{\"_index\":94,\"name\":{\"115\":{},\"266\":{},\"393\":{},\"521\":{}},\"comment\":{}}],[\"createfilter\",{\"_index\":85,\"name\":{\"106\":{},\"257\":{},\"384\":{},\"512\":{}},\"comment\":{}}],[\"createlist\",{\"_index\":134,\"name\":{\"155\":{},\"306\":{},\"433\":{},\"561\":{}},\"comment\":{}}],[\"data\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"day\",{\"_index\":268,\"name\":{\"719\":{}},\"comment\":{}}],[\"default\",{\"_index\":391,\"name\":{\"949\":{}},\"comment\":{}}],[\"deleteaccountsfromlist\",{\"_index\":139,\"name\":{\"160\":{},\"311\":{},\"438\":{},\"566\":{}},\"comment\":{}}],[\"deleteconversation\",{\"_index\":130,\"name\":{\"151\":{},\"302\":{},\"429\":{},\"557\":{}},\"comment\":{}}],[\"deleteemojireaction\",{\"_index\":159,\"name\":{\"180\":{},\"331\":{},\"458\":{},\"586\":{}},\"comment\":{}}],[\"deletefeaturedtag\",{\"_index\":95,\"name\":{\"116\":{},\"267\":{},\"394\":{},\"522\":{}},\"comment\":{}}],[\"deletefilter\",{\"_index\":87,\"name\":{\"108\":{},\"259\":{},\"386\":{},\"514\":{}},\"comment\":{}}],[\"deletelist\",{\"_index\":136,\"name\":{\"157\":{},\"308\":{},\"435\":{},\"563\":{}},\"comment\":{}}],[\"deletepushsubscription\",{\"_index\":150,\"name\":{\"171\":{},\"322\":{},\"449\":{},\"577\":{}},\"comment\":{}}],[\"deletestatus\",{\"_index\":101,\"name\":{\"122\":{},\"273\":{},\"400\":{},\"528\":{}},\"comment\":{}}],[\"delivery_following\",{\"_index\":367,\"name\":{\"905\":{}},\"comment\":{}}],[\"descendants\",{\"_index\":305,\"name\":{\"782\":{}},\"comment\":{}}],[\"description\",{\"_index\":256,\"name\":{\"684\":{},\"695\":{},\"701\":{},\"823\":{}},\"comment\":{}}],[\"detector\",{\"_index\":45,\"name\":{\"65\":{}},\"comment\":{}}],[\"directsocket\",{\"_index\":167,\"name\":{\"188\":{},\"339\":{},\"466\":{},\"594\":{}},\"comment\":{}}],[\"dismissnotification\",{\"_index\":145,\"name\":{\"166\":{},\"317\":{},\"444\":{},\"572\":{}},\"comment\":{}}],[\"dismissnotifications\",{\"_index\":144,\"name\":{\"165\":{},\"316\":{},\"443\":{},\"571\":{}},\"comment\":{}}],[\"display_name\",{\"_index\":213,\"name\":{\"619\":{}},\"comment\":{}}],[\"domain_blocking\",{\"_index\":373,\"name\":{\"911\":{}},\"comment\":{}}],[\"domain_count\",{\"_index\":326,\"name\":{\"818\":{}},\"comment\":{}}],[\"duration\",{\"_index\":238,\"name\":{\"654\":{},\"666\":{}},\"comment\":{}}],[\"email\",{\"_index\":328,\"name\":{\"824\":{}},\"comment\":{}}],[\"emoji\",{\"_index\":199,\"name\":{\"596\":{},\"877\":{}},\"comment\":{}}],[\"emoji_reactions\",{\"_index\":300,\"name\":{\"776\":{}},\"comment\":{}}],[\"emojireaction\",{\"_index\":180,\"name\":{\"201\":{}},\"comment\":{}}],[\"emojis\",{\"_index\":222,\"name\":{\"631\":{},\"758\":{}},\"comment\":{}}],[\"endorsed\",{\"_index\":375,\"name\":{\"913\":{}},\"comment\":{}}],[\"endpoint\",{\"_index\":362,\"name\":{\"897\":{}},\"comment\":{}}],[\"entity\",{\"_index\":198,\"name\":{\"595\":{}},\"comment\":{}}],[\"expired\",{\"_index\":276,\"name\":{\"735\":{}},\"comment\":{}}],[\"expires_at\",{\"_index\":275,\"name\":{\"734\":{},\"800\":{}},\"comment\":{}}],[\"expires_in\",{\"_index\":19,\"name\":{\"21\":{},\"44\":{}},\"comment\":{}}],[\"expiresin\",{\"_index\":34,\"name\":{\"50\":{}},\"comment\":{}}],[\"favourite\",{\"_index\":177,\"name\":{\"198\":{},\"890\":{}},\"comment\":{}}],[\"favourited\",{\"_index\":292,\"name\":{\"763\":{}},\"comment\":{}}],[\"favourites_count\",{\"_index\":290,\"name\":{\"761\":{}},\"comment\":{}}],[\"favouritestatus\",{\"_index\":105,\"name\":{\"126\":{},\"277\":{},\"404\":{},\"532\":{}},\"comment\":{}}],[\"featuredtag\",{\"_index\":309,\"name\":{\"789\":{}},\"comment\":{}}],[\"fetchaccesstoken\",{\"_index\":51,\"name\":{\"71\":{},\"221\":{},\"349\":{},\"477\":{}},\"comment\":{}}],[\"field\",{\"_index\":203,\"name\":{\"602\":{}},\"comment\":{}}],[\"fields\",{\"_index\":211,\"name\":{\"613\":{},\"633\":{}},\"comment\":{}}],[\"filter\",{\"_index\":311,\"name\":{\"795\":{}},\"comment\":{}}],[\"filtercontext\",{\"_index\":184,\"name\":{\"206\":{},\"803\":{}},\"comment\":{}}],[\"focus\",{\"_index\":240,\"name\":{\"656\":{},\"664\":{}},\"comment\":{}}],[\"follow\",{\"_index\":176,\"name\":{\"197\":{},\"889\":{}},\"comment\":{}}],[\"followaccount\",{\"_index\":65,\"name\":{\"86\":{},\"237\":{},\"364\":{},\"492\":{}},\"comment\":{}}],[\"followed_by\",{\"_index\":366,\"name\":{\"904\":{}},\"comment\":{}}],[\"followers_count\",{\"_index\":215,\"name\":{\"622\":{}},\"comment\":{}}],[\"following\",{\"_index\":365,\"name\":{\"903\":{}},\"comment\":{}}],[\"following_count\",{\"_index\":216,\"name\":{\"623\":{}},\"comment\":{}}],[\"followrequest\",{\"_index\":181,\"name\":{\"202\":{}},\"comment\":{}}],[\"fps\",{\"_index\":247,\"name\":{\"667\":{}},\"comment\":{}}],[\"frame_rate\",{\"_index\":237,\"name\":{\"653\":{}},\"comment\":{}}],[\"from\",{\"_index\":22,\"name\":{\"24\":{},\"38\":{}},\"comment\":{}}],[\"generateauthurl\",{\"_index\":193,\"name\":{\"219\":{},\"347\":{}},\"comment\":{}}],[\"generateauthurlandtoken\",{\"_index\":197,\"name\":{\"475\":{}},\"comment\":{}}],[\"getaccount\",{\"_index\":56,\"name\":{\"77\":{},\"227\":{},\"355\":{},\"483\":{}},\"comment\":{}}],[\"getaccountfavourites\",{\"_index\":58,\"name\":{\"79\":{},\"231\":{},\"359\":{},\"485\":{}},\"comment\":{}}],[\"getaccountfollowers\",{\"_index\":61,\"name\":{\"82\":{},\"232\":{},\"360\":{},\"488\":{}},\"comment\":{}}],[\"getaccountfollowing\",{\"_index\":62,\"name\":{\"83\":{},\"233\":{},\"361\":{},\"489\":{}},\"comment\":{}}],[\"getaccountlists\",{\"_index\":63,\"name\":{\"84\":{},\"235\":{},\"362\":{},\"490\":{}},\"comment\":{}}],[\"getaccountsinlist\",{\"_index\":137,\"name\":{\"158\":{},\"309\":{},\"436\":{},\"564\":{}},\"comment\":{}}],[\"getaccountstatuses\",{\"_index\":57,\"name\":{\"78\":{},\"228\":{},\"356\":{},\"484\":{}},\"comment\":{}}],[\"getblocks\",{\"_index\":79,\"name\":{\"100\":{},\"251\":{},\"378\":{},\"506\":{}},\"comment\":{}}],[\"getbookmarks\",{\"_index\":76,\"name\":{\"97\":{},\"248\":{},\"375\":{},\"503\":{}},\"comment\":{}}],[\"getconversationtimeline\",{\"_index\":129,\"name\":{\"150\":{},\"301\":{},\"428\":{},\"556\":{}},\"comment\":{}}],[\"getdomainblocks\",{\"_index\":80,\"name\":{\"101\":{},\"252\":{},\"379\":{},\"507\":{}},\"comment\":{}}],[\"getemojireaction\",{\"_index\":161,\"name\":{\"182\":{},\"333\":{},\"460\":{},\"588\":{}},\"comment\":{}}],[\"getemojireactions\",{\"_index\":160,\"name\":{\"181\":{},\"332\":{},\"459\":{},\"587\":{}},\"comment\":{}}],[\"getendorsements\",{\"_index\":92,\"name\":{\"113\":{},\"264\":{},\"391\":{},\"519\":{}},\"comment\":{}}],[\"getfavourites\",{\"_index\":77,\"name\":{\"98\":{},\"249\":{},\"376\":{},\"504\":{}},\"comment\":{}}],[\"getfeaturedtags\",{\"_index\":93,\"name\":{\"114\":{},\"265\":{},\"392\":{},\"520\":{}},\"comment\":{}}],[\"getfilter\",{\"_index\":84,\"name\":{\"105\":{},\"256\":{},\"383\":{},\"511\":{}},\"comment\":{}}],[\"getfilters\",{\"_index\":83,\"name\":{\"104\":{},\"255\":{},\"382\":{},\"510\":{}},\"comment\":{}}],[\"getfollowrequests\",{\"_index\":89,\"name\":{\"110\":{},\"261\":{},\"388\":{},\"516\":{}},\"comment\":{}}],[\"gethometimeline\",{\"_index\":127,\"name\":{\"148\":{},\"299\":{},\"426\":{},\"554\":{}},\"comment\":{}}],[\"getidentityproof\",{\"_index\":64,\"name\":{\"85\":{},\"236\":{},\"363\":{},\"491\":{}},\"comment\":{}}],[\"getinstance\",{\"_index\":152,\"name\":{\"173\":{},\"324\":{},\"451\":{},\"579\":{}},\"comment\":{}}],[\"getinstanceactivity\",{\"_index\":154,\"name\":{\"175\":{},\"326\":{},\"453\":{},\"581\":{}},\"comment\":{}}],[\"getinstancecustomemojis\",{\"_index\":157,\"name\":{\"178\":{},\"329\":{},\"456\":{},\"584\":{}},\"comment\":{}}],[\"getinstancedirectory\",{\"_index\":156,\"name\":{\"177\":{},\"328\":{},\"455\":{},\"583\":{}},\"comment\":{}}],[\"getinstancepeers\",{\"_index\":153,\"name\":{\"174\":{},\"325\":{},\"452\":{},\"580\":{}},\"comment\":{}}],[\"getinstancetrends\",{\"_index\":155,\"name\":{\"176\":{},\"327\":{},\"454\":{},\"582\":{}},\"comment\":{}}],[\"getlist\",{\"_index\":133,\"name\":{\"154\":{},\"305\":{},\"432\":{},\"560\":{}},\"comment\":{}}],[\"getlists\",{\"_index\":132,\"name\":{\"153\":{},\"304\":{},\"431\":{},\"559\":{}},\"comment\":{}}],[\"getlisttimeline\",{\"_index\":128,\"name\":{\"149\":{},\"300\":{},\"427\":{},\"555\":{}},\"comment\":{}}],[\"getlocaltimeline\",{\"_index\":125,\"name\":{\"146\":{},\"297\":{},\"424\":{},\"552\":{}},\"comment\":{}}],[\"getmarkers\",{\"_index\":140,\"name\":{\"161\":{},\"312\":{},\"439\":{},\"567\":{}},\"comment\":{}}],[\"getmedia\",{\"_index\":116,\"name\":{\"137\":{},\"288\":{},\"415\":{},\"543\":{}},\"comment\":{}}],[\"getmutes\",{\"_index\":78,\"name\":{\"99\":{},\"250\":{},\"377\":{},\"505\":{}},\"comment\":{}}],[\"getnotification\",{\"_index\":143,\"name\":{\"164\":{},\"315\":{},\"442\":{},\"570\":{}},\"comment\":{}}],[\"getnotifications\",{\"_index\":142,\"name\":{\"163\":{},\"314\":{},\"441\":{},\"569\":{}},\"comment\":{}}],[\"getpoll\",{\"_index\":118,\"name\":{\"139\":{},\"290\":{},\"417\":{},\"545\":{}},\"comment\":{}}],[\"getpreferences\",{\"_index\":97,\"name\":{\"118\":{},\"269\":{},\"396\":{},\"524\":{}},\"comment\":{}}],[\"getpublictimeline\",{\"_index\":124,\"name\":{\"145\":{},\"296\":{},\"423\":{},\"551\":{}},\"comment\":{}}],[\"getpushsubscription\",{\"_index\":148,\"name\":{\"169\":{},\"320\":{},\"447\":{},\"575\":{}},\"comment\":{}}],[\"getrelationship\",{\"_index\":73,\"name\":{\"94\":{},\"245\":{},\"372\":{},\"500\":{}},\"comment\":{}}],[\"getrelationships\",{\"_index\":74,\"name\":{\"95\":{},\"246\":{},\"373\":{},\"501\":{}},\"comment\":{}}],[\"getscheduledstatus\",{\"_index\":121,\"name\":{\"142\":{},\"293\":{},\"420\":{},\"548\":{}},\"comment\":{}}],[\"getscheduledstatuses\",{\"_index\":120,\"name\":{\"141\":{},\"292\":{},\"419\":{},\"547\":{}},\"comment\":{}}],[\"getstatus\",{\"_index\":100,\"name\":{\"121\":{},\"272\":{},\"399\":{},\"527\":{}},\"comment\":{}}],[\"getstatuscontext\",{\"_index\":102,\"name\":{\"123\":{},\"274\":{},\"401\":{},\"529\":{}},\"comment\":{}}],[\"getstatusfavouritedby\",{\"_index\":104,\"name\":{\"125\":{},\"276\":{},\"403\":{},\"531\":{}},\"comment\":{}}],[\"getstatusrebloggedby\",{\"_index\":103,\"name\":{\"124\":{},\"275\":{},\"402\":{},\"530\":{}},\"comment\":{}}],[\"getsuggestedtags\",{\"_index\":96,\"name\":{\"117\":{},\"268\":{},\"395\":{},\"523\":{}},\"comment\":{}}],[\"getsuggestions\",{\"_index\":98,\"name\":{\"119\":{},\"270\":{},\"397\":{},\"525\":{}},\"comment\":{}}],[\"gettagtimeline\",{\"_index\":126,\"name\":{\"147\":{},\"298\":{},\"425\":{},\"553\":{}},\"comment\":{}}],[\"hashtags\",{\"_index\":382,\"name\":{\"926\":{}},\"comment\":{}}],[\"header\",{\"_index\":220,\"name\":{\"629\":{}},\"comment\":{}}],[\"header_static\",{\"_index\":221,\"name\":{\"630\":{}},\"comment\":{}}],[\"headers\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"height\",{\"_index\":234,\"name\":{\"650\":{},\"670\":{},\"710\":{}},\"comment\":{}}],[\"history\",{\"_index\":267,\"name\":{\"717\":{},\"726\":{}},\"comment\":{}}],[\"home\",{\"_index\":185,\"name\":{\"207\":{},\"860\":{}},\"comment\":{}}],[\"host\",{\"_index\":39,\"name\":{\"58\":{}},\"comment\":{}}],[\"html\",{\"_index\":266,\"name\":{\"708\":{}},\"comment\":{}}],[\"id\",{\"_index\":8,\"name\":{\"9\":{},\"28\":{},\"616\":{},\"677\":{},\"688\":{},\"713\":{},\"733\":{},\"748\":{},\"785\":{},\"791\":{},\"797\":{},\"856\":{},\"875\":{},\"896\":{},\"902\":{},\"917\":{},\"939\":{}},\"comment\":{}}],[\"identityproof\",{\"_index\":315,\"name\":{\"804\":{}},\"comment\":{}}],[\"image\",{\"_index\":261,\"name\":{\"703\":{}},\"comment\":{}}],[\"image_matrix_limit\",{\"_index\":340,\"name\":{\"844\":{}},\"comment\":{}}],[\"image_size_limit\",{\"_index\":339,\"name\":{\"843\":{}},\"comment\":{}}],[\"in_reply_to_account_id\",{\"_index\":285,\"name\":{\"753\":{}},\"comment\":{}}],[\"in_reply_to_id\",{\"_index\":284,\"name\":{\"752\":{},\"930\":{}},\"comment\":{}}],[\"instance\",{\"_index\":327,\"name\":{\"819\":{}},\"comment\":{}}],[\"irreversible\",{\"_index\":313,\"name\":{\"801\":{}},\"comment\":{}}],[\"iscancel\",{\"_index\":37,\"name\":{\"54\":{},\"55\":{}},\"comment\":{}}],[\"language\",{\"_index\":209,\"name\":{\"611\":{},\"774\":{}},\"comment\":{}}],[\"languages\",{\"_index\":331,\"name\":{\"829\":{}},\"comment\":{}}],[\"last_read_id\",{\"_index\":351,\"name\":{\"862\":{},\"867\":{}},\"comment\":{}}],[\"last_status\",{\"_index\":307,\"name\":{\"787\":{}},\"comment\":{}}],[\"last_status_at\",{\"_index\":310,\"name\":{\"794\":{}},\"comment\":{}}],[\"length\",{\"_index\":246,\"name\":{\"665\":{}},\"comment\":{}}],[\"list\",{\"_index\":349,\"name\":{\"854\":{}},\"comment\":{}}],[\"listsocket\",{\"_index\":166,\"name\":{\"187\":{},\"338\":{},\"465\":{},\"593\":{}},\"comment\":{}}],[\"localsocket\",{\"_index\":164,\"name\":{\"185\":{},\"336\":{},\"463\":{},\"591\":{}},\"comment\":{}}],[\"locked\",{\"_index\":214,\"name\":{\"620\":{}},\"comment\":{}}],[\"logins\",{\"_index\":228,\"name\":{\"640\":{}},\"comment\":{}}],[\"marker\",{\"_index\":350,\"name\":{\"858\":{}},\"comment\":{}}],[\"mastodon\",{\"_index\":190,\"name\":{\"212\":{}},\"comment\":{}}],[\"max_characters\",{\"_index\":335,\"name\":{\"837\":{}},\"comment\":{}}],[\"max_characters_per_option\",{\"_index\":346,\"name\":{\"851\":{}},\"comment\":{}}],[\"max_expiration\",{\"_index\":348,\"name\":{\"853\":{}},\"comment\":{}}],[\"max_media_attachments\",{\"_index\":336,\"name\":{\"838\":{}},\"comment\":{}}],[\"max_options\",{\"_index\":345,\"name\":{\"850\":{}},\"comment\":{}}],[\"max_toot_chars\",{\"_index\":333,\"name\":{\"831\":{}},\"comment\":{}}],[\"me\",{\"_index\":282,\"name\":{\"743\":{}},\"comment\":{}}],[\"media_attachments\",{\"_index\":296,\"name\":{\"768\":{},\"840\":{},\"942\":{}},\"comment\":{}}],[\"media_ids\",{\"_index\":385,\"name\":{\"931\":{}},\"comment\":{}}],[\"megalodoninterface\",{\"_index\":46,\"name\":{\"66\":{}},\"comment\":{}}],[\"mention\",{\"_index\":179,\"name\":{\"200\":{},\"711\":{},\"891\":{}},\"comment\":{}}],[\"mentions\",{\"_index\":297,\"name\":{\"769\":{}},\"comment\":{}}],[\"meta\",{\"_index\":243,\"name\":{\"660\":{},\"683\":{},\"694\":{}},\"comment\":{}}],[\"min_expiration\",{\"_index\":347,\"name\":{\"852\":{}},\"comment\":{}}],[\"misskey\",{\"_index\":196,\"name\":{\"467\":{}},\"comment\":{}}],[\"moved\",{\"_index\":223,\"name\":{\"632\":{}},\"comment\":{}}],[\"multiple\",{\"_index\":277,\"name\":{\"736\":{}},\"comment\":{}}],[\"muteaccount\",{\"_index\":69,\"name\":{\"90\":{},\"241\":{},\"368\":{},\"496\":{}},\"comment\":{}}],[\"muted\",{\"_index\":293,\"name\":{\"764\":{}},\"comment\":{}}],[\"mutestatus\",{\"_index\":111,\"name\":{\"132\":{},\"283\":{},\"410\":{},\"538\":{}},\"comment\":{}}],[\"muting\",{\"_index\":370,\"name\":{\"908\":{}},\"comment\":{}}],[\"muting_notifications\",{\"_index\":371,\"name\":{\"909\":{}},\"comment\":{}}],[\"name\",{\"_index\":9,\"name\":{\"10\":{},\"29\":{},\"604\":{},\"644\":{},\"724\":{},\"744\":{},\"792\":{}},\"comment\":{}}],[\"note\",{\"_index\":210,\"name\":{\"612\":{},\"625\":{}},\"comment\":{}}],[\"notification\",{\"_index\":353,\"name\":{\"871\":{}},\"comment\":{}}],[\"notifications\",{\"_index\":186,\"name\":{\"208\":{},\"865\":{}},\"comment\":{}}],[\"notificationtype\",{\"_index\":175,\"name\":{\"196\":{},\"879\":{}},\"comment\":{}}],[\"notifying\",{\"_index\":376,\"name\":{\"914\":{}},\"comment\":{}}],[\"oauth\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"on\",{\"_index\":171,\"name\":{\"192\":{}},\"comment\":{}}],[\"once\",{\"_index\":172,\"name\":{\"193\":{}},\"comment\":{}}],[\"options\",{\"_index\":278,\"name\":{\"738\":{}},\"comment\":{}}],[\"original\",{\"_index\":244,\"name\":{\"662\":{}},\"comment\":{}}],[\"params\",{\"_index\":389,\"name\":{\"941\":{}},\"comment\":{}}],[\"password\",{\"_index\":43,\"name\":{\"63\":{}},\"comment\":{}}],[\"phrase\",{\"_index\":312,\"name\":{\"798\":{}},\"comment\":{}}],[\"pinaccount\",{\"_index\":71,\"name\":{\"92\":{},\"243\":{},\"370\":{},\"498\":{}},\"comment\":{}}],[\"pinned\",{\"_index\":299,\"name\":{\"775\":{}},\"comment\":{}}],[\"pinstatus\",{\"_index\":113,\"name\":{\"134\":{},\"285\":{},\"412\":{},\"540\":{}},\"comment\":{}}],[\"plain_content\",{\"_index\":287,\"name\":{\"756\":{}},\"comment\":{}}],[\"pleroma\",{\"_index\":195,\"name\":{\"340\":{}},\"comment\":{}}],[\"poll\",{\"_index\":274,\"name\":{\"731\":{},\"772\":{},\"893\":{}},\"comment\":{}}],[\"pollexpired\",{\"_index\":183,\"name\":{\"205\":{}},\"comment\":{}}],[\"polloption\",{\"_index\":272,\"name\":{\"727\":{}},\"comment\":{}}],[\"polls\",{\"_index\":344,\"name\":{\"848\":{}},\"comment\":{}}],[\"pollvote\",{\"_index\":182,\"name\":{\"204\":{}},\"comment\":{}}],[\"port\",{\"_index\":40,\"name\":{\"59\":{}},\"comment\":{}}],[\"posting:default:language\",{\"_index\":357,\"name\":{\"884\":{}},\"comment\":{}}],[\"posting:default:sensitive\",{\"_index\":356,\"name\":{\"883\":{}},\"comment\":{}}],[\"posting:default:visibility\",{\"_index\":355,\"name\":{\"882\":{}},\"comment\":{}}],[\"poststatus\",{\"_index\":99,\"name\":{\"120\":{},\"271\":{},\"398\":{},\"526\":{}},\"comment\":{}}],[\"preferences\",{\"_index\":354,\"name\":{\"880\":{}},\"comment\":{}}],[\"preview_url\",{\"_index\":254,\"name\":{\"681\":{},\"692\":{}},\"comment\":{}}],[\"privacy\",{\"_index\":207,\"name\":{\"609\":{}},\"comment\":{}}],[\"profile_url\",{\"_index\":320,\"name\":{\"810\":{}},\"comment\":{}}],[\"proof_url\",{\"_index\":319,\"name\":{\"809\":{}},\"comment\":{}}],[\"protocol\",{\"_index\":44,\"name\":{\"64\":{}},\"comment\":{}}],[\"provider\",{\"_index\":316,\"name\":{\"806\":{}},\"comment\":{}}],[\"provider_name\",{\"_index\":264,\"name\":{\"706\":{}},\"comment\":{}}],[\"provider_url\",{\"_index\":265,\"name\":{\"707\":{}},\"comment\":{}}],[\"provider_username\",{\"_index\":317,\"name\":{\"807\":{}},\"comment\":{}}],[\"proxyconfig\",{\"_index\":38,\"name\":{\"56\":{},\"471\":{}},\"comment\":{}}],[\"public\",{\"_index\":187,\"name\":{\"209\":{}},\"comment\":{}}],[\"publicsocket\",{\"_index\":163,\"name\":{\"184\":{},\"335\":{},\"462\":{},\"590\":{}},\"comment\":{}}],[\"pushsubscription\",{\"_index\":361,\"name\":{\"894\":{}},\"comment\":{}}],[\"quote\",{\"_index\":301,\"name\":{\"777\":{}},\"comment\":{}}],[\"reaction\",{\"_index\":280,\"name\":{\"740\":{}},\"comment\":{}}],[\"readconversation\",{\"_index\":131,\"name\":{\"152\":{},\"303\":{},\"430\":{},\"558\":{}},\"comment\":{}}],[\"reading:expand:media\",{\"_index\":358,\"name\":{\"885\":{}},\"comment\":{}}],[\"reading:expand:spoilers\",{\"_index\":359,\"name\":{\"886\":{}},\"comment\":{}}],[\"readnotifications\",{\"_index\":146,\"name\":{\"167\":{},\"318\":{},\"445\":{},\"573\":{}},\"comment\":{}}],[\"reblog\",{\"_index\":178,\"name\":{\"199\":{},\"754\":{},\"892\":{}},\"comment\":{}}],[\"reblogged\",{\"_index\":291,\"name\":{\"762\":{}},\"comment\":{}}],[\"reblogs_count\",{\"_index\":289,\"name\":{\"760\":{}},\"comment\":{}}],[\"reblogstatus\",{\"_index\":107,\"name\":{\"128\":{},\"279\":{},\"406\":{},\"534\":{}},\"comment\":{}}],[\"redirect_uri\",{\"_index\":11,\"name\":{\"12\":{},\"31\":{}},\"comment\":{}}],[\"redirecturi\",{\"_index\":26,\"name\":{\"34\":{}},\"comment\":{}}],[\"refresh_token\",{\"_index\":20,\"name\":{\"22\":{},\"45\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":35,\"name\":{\"51\":{},\"72\":{},\"222\":{},\"350\":{},\"478\":{}},\"comment\":{}}],[\"registeraccount\",{\"_index\":53,\"name\":{\"74\":{},\"224\":{},\"352\":{},\"480\":{}},\"comment\":{}}],[\"registerapp\",{\"_index\":48,\"name\":{\"68\":{},\"217\":{},\"345\":{},\"473\":{}},\"comment\":{}}],[\"registrations\",{\"_index\":229,\"name\":{\"641\":{},\"832\":{}},\"comment\":{}}],[\"rejectfollowrequest\",{\"_index\":91,\"name\":{\"112\":{},\"263\":{},\"390\":{},\"518\":{}},\"comment\":{}}],[\"relationship\",{\"_index\":364,\"name\":{\"900\":{}},\"comment\":{}}],[\"remote_url\",{\"_index\":253,\"name\":{\"680\":{},\"691\":{}},\"comment\":{}}],[\"removealllisteners\",{\"_index\":174,\"name\":{\"195\":{}},\"comment\":{}}],[\"removelistener\",{\"_index\":173,\"name\":{\"194\":{}},\"comment\":{}}],[\"replies_count\",{\"_index\":288,\"name\":{\"759\":{}},\"comment\":{}}],[\"report\",{\"_index\":88,\"name\":{\"109\":{},\"260\":{},\"387\":{},\"515\":{},\"915\":{}},\"comment\":{}}],[\"requestcancelederror\",{\"_index\":36,\"name\":{\"52\":{}},\"comment\":{}}],[\"requested\",{\"_index\":372,\"name\":{\"910\":{}},\"comment\":{}}],[\"response\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"results\",{\"_index\":381,\"name\":{\"922\":{}},\"comment\":{}}],[\"revoketoken\",{\"_index\":52,\"name\":{\"73\":{},\"223\":{},\"351\":{},\"479\":{}},\"comment\":{}}],[\"savemarkers\",{\"_index\":141,\"name\":{\"162\":{},\"313\":{},\"440\":{},\"568\":{}},\"comment\":{}}],[\"scheduled_at\",{\"_index\":386,\"name\":{\"935\":{},\"940\":{}},\"comment\":{}}],[\"scheduledstatus\",{\"_index\":388,\"name\":{\"937\":{}},\"comment\":{}}],[\"schedulestatus\",{\"_index\":122,\"name\":{\"143\":{},\"294\":{},\"421\":{},\"549\":{}},\"comment\":{}}],[\"scope\",{\"_index\":17,\"name\":{\"19\":{},\"48\":{},\"947\":{}},\"comment\":{}}],[\"search\",{\"_index\":151,\"name\":{\"172\":{},\"323\":{},\"450\":{},\"578\":{}},\"comment\":{}}],[\"searchaccount\",{\"_index\":75,\"name\":{\"96\":{},\"247\":{},\"374\":{},\"502\":{}},\"comment\":{}}],[\"sensitive\",{\"_index\":208,\"name\":{\"610\":{},\"765\":{},\"932\":{}},\"comment\":{}}],[\"server_key\",{\"_index\":363,\"name\":{\"898\":{}},\"comment\":{}}],[\"session_token\",{\"_index\":25,\"name\":{\"27\":{}},\"comment\":{}}],[\"shortcode\",{\"_index\":200,\"name\":{\"598\":{}},\"comment\":{}}],[\"showing_reblogs\",{\"_index\":374,\"name\":{\"912\":{}},\"comment\":{}}],[\"size\",{\"_index\":235,\"name\":{\"651\":{},\"668\":{}},\"comment\":{}}],[\"small\",{\"_index\":245,\"name\":{\"663\":{}},\"comment\":{}}],[\"source\",{\"_index\":206,\"name\":{\"607\":{},\"635\":{}},\"comment\":{}}],[\"spoiler_text\",{\"_index\":294,\"name\":{\"766\":{},\"933\":{}},\"comment\":{}}],[\"start\",{\"_index\":169,\"name\":{\"190\":{}},\"comment\":{}}],[\"static_url\",{\"_index\":201,\"name\":{\"599\":{}},\"comment\":{}}],[\"stats\",{\"_index\":323,\"name\":{\"814\":{},\"828\":{}},\"comment\":{}}],[\"status\",{\"_index\":3,\"name\":{\"3\":{},\"203\":{},\"746\":{},\"876\":{}},\"comment\":{}}],[\"status_count\",{\"_index\":325,\"name\":{\"817\":{}},\"comment\":{}}],[\"status_ids\",{\"_index\":380,\"name\":{\"921\":{}},\"comment\":{}}],[\"statuses\",{\"_index\":227,\"name\":{\"639\":{},\"835\":{},\"925\":{}},\"comment\":{}}],[\"statuses_count\",{\"_index\":217,\"name\":{\"624\":{},\"793\":{}},\"comment\":{}}],[\"statusparams\",{\"_index\":383,\"name\":{\"927\":{}},\"comment\":{}}],[\"statustext\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"stop\",{\"_index\":170,\"name\":{\"191\":{}},\"comment\":{}}],[\"streaming_api\",{\"_index\":322,\"name\":{\"813\":{}},\"comment\":{}}],[\"sub\",{\"_index\":232,\"name\":{\"647\":{}},\"comment\":{}}],[\"subscribeaccount\",{\"_index\":59,\"name\":{\"80\":{},\"229\":{},\"357\":{},\"486\":{}},\"comment\":{}}],[\"subscribepushnotification\",{\"_index\":147,\"name\":{\"168\":{},\"319\":{},\"446\":{},\"574\":{}},\"comment\":{}}],[\"supported_mime_types\",{\"_index\":338,\"name\":{\"842\":{}},\"comment\":{}}],[\"tag\",{\"_index\":271,\"name\":{\"722\":{}},\"comment\":{}}],[\"tags\",{\"_index\":298,\"name\":{\"770\":{}},\"comment\":{}}],[\"tagsocket\",{\"_index\":165,\"name\":{\"186\":{},\"337\":{},\"464\":{},\"592\":{}},\"comment\":{}}],[\"text\",{\"_index\":384,\"name\":{\"929\":{}},\"comment\":{}}],[\"text_url\",{\"_index\":255,\"name\":{\"682\":{},\"693\":{}},\"comment\":{}}],[\"thread\",{\"_index\":188,\"name\":{\"210\":{}},\"comment\":{}}],[\"thumbnail\",{\"_index\":330,\"name\":{\"826\":{}},\"comment\":{}}],[\"title\",{\"_index\":260,\"name\":{\"700\":{},\"729\":{},\"822\":{},\"857\":{}},\"comment\":{}}],[\"token\",{\"_index\":390,\"name\":{\"943\":{}},\"comment\":{}}],[\"token_type\",{\"_index\":16,\"name\":{\"18\":{},\"42\":{},\"946\":{}},\"comment\":{}}],[\"tokendata\",{\"_index\":29,\"name\":{\"37\":{}},\"comment\":{}}],[\"tokendatafromserver\",{\"_index\":14,\"name\":{\"15\":{}},\"comment\":{}}],[\"tokentype\",{\"_index\":32,\"name\":{\"47\":{}},\"comment\":{}}],[\"type\",{\"_index\":252,\"name\":{\"678\":{},\"689\":{},\"702\":{},\"878\":{}},\"comment\":{}}],[\"unblockaccount\",{\"_index\":68,\"name\":{\"89\":{},\"240\":{},\"367\":{},\"495\":{}},\"comment\":{}}],[\"unblockdomain\",{\"_index\":82,\"name\":{\"103\":{},\"254\":{},\"381\":{},\"509\":{}},\"comment\":{}}],[\"unbookmarkstatus\",{\"_index\":110,\"name\":{\"131\":{},\"282\":{},\"409\":{},\"537\":{}},\"comment\":{}}],[\"unfavouritestatus\",{\"_index\":106,\"name\":{\"127\":{},\"278\":{},\"405\":{},\"533\":{}},\"comment\":{}}],[\"unfollowaccount\",{\"_index\":66,\"name\":{\"87\":{},\"238\":{},\"365\":{},\"493\":{}},\"comment\":{}}],[\"unmuteaccount\",{\"_index\":70,\"name\":{\"91\":{},\"242\":{},\"369\":{},\"497\":{}},\"comment\":{}}],[\"unmutestatus\",{\"_index\":112,\"name\":{\"133\":{},\"284\":{},\"411\":{},\"539\":{}},\"comment\":{}}],[\"unpinaccount\",{\"_index\":72,\"name\":{\"93\":{},\"244\":{},\"371\":{},\"499\":{}},\"comment\":{}}],[\"unpinstatus\",{\"_index\":114,\"name\":{\"135\":{},\"286\":{},\"413\":{},\"541\":{}},\"comment\":{}}],[\"unread\",{\"_index\":308,\"name\":{\"788\":{}},\"comment\":{}}],[\"unread_count\",{\"_index\":352,\"name\":{\"870\":{}},\"comment\":{}}],[\"unreblogstatus\",{\"_index\":108,\"name\":{\"129\":{},\"280\":{},\"407\":{},\"535\":{}},\"comment\":{}}],[\"unsubscribeaccount\",{\"_index\":60,\"name\":{\"81\":{},\"230\":{},\"358\":{},\"487\":{}},\"comment\":{}}],[\"updatecredentials\",{\"_index\":55,\"name\":{\"76\":{},\"226\":{},\"354\":{},\"482\":{}},\"comment\":{}}],[\"updated_at\",{\"_index\":318,\"name\":{\"808\":{},\"864\":{},\"869\":{}},\"comment\":{}}],[\"updatefilter\",{\"_index\":86,\"name\":{\"107\":{},\"258\":{},\"385\":{},\"513\":{}},\"comment\":{}}],[\"updatelist\",{\"_index\":135,\"name\":{\"156\":{},\"307\":{},\"434\":{},\"562\":{}},\"comment\":{}}],[\"updatemedia\",{\"_index\":117,\"name\":{\"138\":{},\"289\":{},\"416\":{},\"544\":{}},\"comment\":{}}],[\"updatepushsubscription\",{\"_index\":149,\"name\":{\"170\":{},\"321\":{},\"448\":{},\"576\":{}},\"comment\":{}}],[\"uploadmedia\",{\"_index\":115,\"name\":{\"136\":{},\"287\":{},\"414\":{},\"542\":{}},\"comment\":{}}],[\"uri\",{\"_index\":283,\"name\":{\"749\":{},\"821\":{}},\"comment\":{}}],[\"url\",{\"_index\":24,\"name\":{\"26\":{},\"600\":{},\"626\":{},\"679\":{},\"690\":{},\"699\":{},\"715\":{},\"725\":{},\"750\":{}},\"comment\":{}}],[\"urls\",{\"_index\":321,\"name\":{\"811\":{},\"827\":{}},\"comment\":{}}],[\"urltoaccounts\",{\"_index\":194,\"name\":{\"234\":{}},\"comment\":{}}],[\"user_count\",{\"_index\":324,\"name\":{\"816\":{}},\"comment\":{}}],[\"username\",{\"_index\":42,\"name\":{\"62\":{},\"617\":{},\"714\":{}},\"comment\":{}}],[\"usersocket\",{\"_index\":162,\"name\":{\"183\":{},\"334\":{},\"461\":{},\"589\":{}},\"comment\":{}}],[\"uses\",{\"_index\":269,\"name\":{\"720\":{}},\"comment\":{}}],[\"value\",{\"_index\":204,\"name\":{\"605\":{}},\"comment\":{}}],[\"vapid_key\",{\"_index\":231,\"name\":{\"646\":{}},\"comment\":{}}],[\"verified_at\",{\"_index\":205,\"name\":{\"606\":{}},\"comment\":{}}],[\"verifyaccountcredentials\",{\"_index\":54,\"name\":{\"75\":{},\"225\":{},\"353\":{},\"481\":{}},\"comment\":{}}],[\"verifyappcredentials\",{\"_index\":50,\"name\":{\"70\":{},\"220\":{},\"348\":{},\"476\":{}},\"comment\":{}}],[\"version\",{\"_index\":329,\"name\":{\"825\":{},\"863\":{},\"868\":{}},\"comment\":{}}],[\"video_frame_limit\",{\"_index\":342,\"name\":{\"846\":{}},\"comment\":{}}],[\"video_matrix_limit\",{\"_index\":343,\"name\":{\"847\":{}},\"comment\":{}}],[\"video_size_limit\",{\"_index\":341,\"name\":{\"845\":{}},\"comment\":{}}],[\"visibility\",{\"_index\":295,\"name\":{\"767\":{},\"934\":{}},\"comment\":{}}],[\"visible_in_picker\",{\"_index\":202,\"name\":{\"601\":{}},\"comment\":{}}],[\"voted\",{\"_index\":279,\"name\":{\"739\":{}},\"comment\":{}}],[\"votepoll\",{\"_index\":119,\"name\":{\"140\":{},\"291\":{},\"418\":{},\"546\":{}},\"comment\":{}}],[\"votes_count\",{\"_index\":273,\"name\":{\"730\":{},\"737\":{}},\"comment\":{}}],[\"website\",{\"_index\":10,\"name\":{\"11\":{},\"30\":{},\"645\":{}},\"comment\":{}}],[\"websocketinterface\",{\"_index\":168,\"name\":{\"189\":{}},\"comment\":{}}],[\"week\",{\"_index\":226,\"name\":{\"638\":{}},\"comment\":{}}],[\"whole_word\",{\"_index\":314,\"name\":{\"802\":{}},\"comment\":{}}],[\"width\",{\"_index\":233,\"name\":{\"649\":{},\"669\":{},\"709\":{}},\"comment\":{}}],[\"x\",{\"_index\":241,\"name\":{\"658\":{}},\"comment\":{}}],[\"y\",{\"_index\":242,\"name\":{\"659\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css index e509385..2d02570 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -2,6 +2,8 @@ /* Light */ --light-color-background: #f2f4f8; --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; --light-color-icon-background: var(--light-color-background); --light-color-accent: #c5c7c9; --light-color-text: #222; @@ -21,6 +23,8 @@ /* Dark */ --dark-color-background: #2b2e33; --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; --dark-color-icon-background: var(--dark-color-background-secondary); --dark-color-accent: #9096a2; --dark-color-text: #f5f5f5; @@ -42,6 +46,8 @@ :root { --color-background: var(--light-color-background); --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); --color-icon-background: var(--light-color-icon-background); --color-accent: var(--light-color-accent); --color-text: var(--light-color-text); @@ -64,6 +70,8 @@ :root { --color-background: var(--dark-color-background); --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); --color-icon-background: var(--dark-color-icon-background); --color-accent: var(--dark-color-accent); --color-text: var(--dark-color-text); @@ -93,6 +101,8 @@ body { :root[data-theme="light"] { --color-background: var(--light-color-background); --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); --color-icon-background: var(--light-color-icon-background); --color-accent: var(--light-color-accent); --color-text: var(--light-color-text); @@ -113,6 +123,8 @@ body { :root[data-theme="dark"] { --color-background: var(--dark-color-background); --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); --color-icon-background: var(--dark-color-icon-background); --color-accent: var(--dark-color-accent); --color-text: var(--dark-color-text); @@ -130,6 +142,11 @@ body { --color-scheme: var(--dark-color-scheme); } +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + h1, h2, h3, @@ -1237,6 +1254,12 @@ img { text-decoration: line-through; } +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + * { scrollbar-width: thin; scrollbar-color: var(--color-accent) var(--color-icon-background); diff --git a/docs/classes/Mastodon.html b/docs/classes/Mastodon.html index 812052f..ff3adb4 100644 --- a/docs/classes/Mastodon.html +++ b/docs/classes/Mastodon.html @@ -24,7 +24,7 @@ +
  • Defined in megalodon/src/mastodon.ts:14
  • @@ -194,19 +194,19 @@

    Returns Mastodon

    +
  • Defined in megalodon/src/mastodon.ts:24
  • Properties

    baseUrl: string
    +
  • Defined in megalodon/src/mastodon.ts:16
  • client: Interface
    +
  • Defined in megalodon/src/mastodon.ts:15
  • Methods

    @@ -228,7 +228,7 @@

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/mastodon.ts:952
  • +
  • Defined in megalodon/src/mastodon.ts:1796
  • +
  • Defined in megalodon/src/mastodon.ts:503
  • +
  • Defined in megalodon/src/mastodon.ts:779
  • +
  • Defined in megalodon/src/mastodon.ts:1247
  • +
  • Defined in megalodon/src/mastodon.ts:42
  • +
  • Defined in megalodon/src/mastodon.ts:1438
  • +
  • Defined in megalodon/src/mastodon.ts:69
  • +
  • Defined in megalodon/src/mastodon.ts:2136
  • +
  • Defined in megalodon/src/mastodon.ts:1008
  • +
  • Defined in megalodon/src/mastodon.ts:811
  • +
  • Defined in megalodon/src/mastodon.ts:1735
  • +
  • Defined in megalodon/src/mastodon.ts:1802
  • +
  • Defined in megalodon/src/mastodon.ts:1704
  • +
  • Defined in megalodon/src/mastodon.ts:2143
  • +
  • Defined in megalodon/src/mastodon.ts:1020
  • +
  • Defined in megalodon/src/mastodon.ts:886
  • +
  • Defined in megalodon/src/mastodon.ts:1759
  • +
  • Defined in megalodon/src/mastodon.ts:1964
  • +
  • Defined in megalodon/src/mastodon.ts:1162
  • +
  • Defined in megalodon/src/mastodon.ts:2187
  • +
  • Defined in megalodon/src/mastodon.ts:1904
  • +
  • Defined in megalodon/src/mastodon.ts:1900
  • +
  • Defined in megalodon/src/mastodon.ts:1215
  • +
  • Defined in megalodon/src/mastodon.ts:129
  • +
  • Defined in megalodon/src/mastodon.ts:479
    • @@ -736,7 +736,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<string>

    +
  • Defined in megalodon/src/mastodon.ts:100
  • +
  • Defined in megalodon/src/mastodon.ts:276
  • +
  • Defined in megalodon/src/mastodon.ts:369
  • +
  • Defined in megalodon/src/mastodon.ts:383
  • +
  • Defined in megalodon/src/mastodon.ts:414
  • +
  • Defined in megalodon/src/mastodon.ts:463
  • +
  • Defined in megalodon/src/mastodon.ts:284
  • +
  • Defined in megalodon/src/mastodon.ts:1763
  • +
  • Defined in megalodon/src/mastodon.ts:728
  • +
  • Defined in megalodon/src/mastodon.ts:628
  • +
  • Defined in megalodon/src/mastodon.ts:1668
  • +
  • Defined in megalodon/src/mastodon.ts:757
  • +
  • Defined in megalodon/src/mastodon.ts:2157
  • +
  • Defined in megalodon/src/mastodon.ts:2150
  • +
  • Defined in megalodon/src/mastodon.ts:971
  • +
  • Defined in megalodon/src/mastodon.ts:668
  • +
  • Defined in megalodon/src/mastodon.ts:1000
  • +
  • Defined in megalodon/src/mastodon.ts:803
  • +
  • Defined in megalodon/src/mastodon.ts:795
  • +
  • Defined in megalodon/src/mastodon.ts:932
  • +
  • Defined in megalodon/src/mastodon.ts:1584
  • +
  • Defined in megalodon/src/mastodon.ts:471
  • +
  • Defined in megalodon/src/mastodon.ts:2041
  • +
  • Defined in megalodon/src/mastodon.ts:2053
  • +
  • Defined in megalodon/src/mastodon.ts:2125
  • +
  • Defined in megalodon/src/mastodon.ts:2086
  • +
  • Defined in megalodon/src/mastodon.ts:2049
  • +
  • Defined in megalodon/src/mastodon.ts:2069
  • +
  • Defined in megalodon/src/mastodon.ts:1727
  • +
  • Defined in megalodon/src/mastodon.ts:1626
  • +
  • Defined in megalodon/src/mastodon.ts:1719
  • +
  • Defined in megalodon/src/mastodon.ts:1489
  • +
  • Defined in megalodon/src/mastodon.ts:1811
  • +
  • Defined in megalodon/src/mastodon.ts:1319
  • +
  • Defined in megalodon/src/mastodon.ts:698
  • +
  • Defined in megalodon/src/mastodon.ts:1892
  • +
  • Defined in megalodon/src/mastodon.ts:1844
  • +
  • Defined in megalodon/src/mastodon.ts:1357
  • +
  • Defined in megalodon/src/mastodon.ts:1035
  • +
  • Defined in megalodon/src/mastodon.ts:1445
  • +
  • Defined in megalodon/src/mastodon.ts:1940
  • +
  • Defined in megalodon/src/mastodon.ts:555
  • +
  • Defined in megalodon/src/mastodon.ts:567
  • +
  • Defined in megalodon/src/mastodon.ts:1416
  • +
  • Defined in megalodon/src/mastodon.ts:1380
  • +
  • Defined in megalodon/src/mastodon.ts:1154
  • +
  • Defined in megalodon/src/mastodon.ts:1170
  • +
  • Defined in megalodon/src/mastodon.ts:1207
  • +
  • Defined in megalodon/src/mastodon.ts:1199
  • +
  • Defined in megalodon/src/mastodon.ts:1024
  • +
  • Defined in megalodon/src/mastodon.ts:1046
  • +
  • Defined in megalodon/src/mastodon.ts:1533
  • +
  • Defined in megalodon/src/mastodon.ts:2183
  • +
  • Defined in megalodon/src/mastodon.ts:2175
  • +
  • Defined in megalodon/src/mastodon.ts:519
  • +
  • Defined in megalodon/src/mastodon.ts:1263
  • +
  • Defined in megalodon/src/mastodon.ts:539
  • +
  • Defined in megalodon/src/mastodon.ts:1279
  • +
  • Defined in megalodon/src/mastodon.ts:1069
  • +
  • Defined in megalodon/src/mastodon.ts:2171
  • +
  • Defined in megalodon/src/mastodon.ts:1708
  • +
  • Defined in megalodon/src/mastodon.ts:1908
  • +
  • Defined in megalodon/src/mastodon.ts:1231
  • +
  • Defined in megalodon/src/mastodon.ts:149
  • +
  • Defined in megalodon/src/mastodon.ts:171
  • +
  • Defined in megalodon/src/mastodon.ts:46
  • +
  • Defined in megalodon/src/mastodon.ts:960
  • +
  • Defined in megalodon/src/mastodon.ts:897
  • +
  • Defined in megalodon/src/mastodon.ts:160
  • +
  • Defined in megalodon/src/mastodon.ts:1817
  • +
  • Defined in megalodon/src/mastodon.ts:1424
  • +
  • Defined in megalodon/src/mastodon.ts:1971
  • +
  • Defined in megalodon/src/mastodon.ts:579
  • +
  • Defined in megalodon/src/mastodon.ts:347
  • +
  • Defined in megalodon/src/mastodon.ts:1921
  • +
  • Defined in megalodon/src/mastodon.ts:2179
  • +
  • Defined in megalodon/src/mastodon.ts:511
  • +
  • Defined in megalodon/src/mastodon.ts:785
  • +
  • Defined in megalodon/src/mastodon.ts:1255
  • +
  • Defined in megalodon/src/mastodon.ts:1223
  • +
  • Defined in megalodon/src/mastodon.ts:495
  • +
  • Defined in megalodon/src/mastodon.ts:531
  • +
  • Defined in megalodon/src/mastodon.ts:1271
  • +
  • Defined in megalodon/src/mastodon.ts:547
  • +
  • Defined in megalodon/src/mastodon.ts:1287
  • +
  • Defined in megalodon/src/mastodon.ts:1239
  • +
  • Defined in megalodon/src/mastodon.ts:358
  • +
  • Defined in megalodon/src/mastodon.ts:206
  • +
  • Defined in megalodon/src/mastodon.ts:848
  • +
  • Defined in megalodon/src/mastodon.ts:1747
  • +
  • Defined in megalodon/src/mastodon.ts:1327
  • +
  • Defined in megalodon/src/mastodon.ts:1948
    • - +
    • POST /api/v2/media

      @@ -2841,10 +2841,10 @@ Next, call generateAuthUrl to get authorization url.

      Optional description?: string
    • Optional focus?: string
    -

    Returns Promise<Response<AsyncAttachment | Attachment>>

    +
  • Defined in megalodon/src/mastodon.ts:1298
    • @@ -2865,7 +2865,7 @@ Next, call generateAuthUrl to get authorization url.

      sleep_ms: number

    Returns Promise<Response<Account[]>>

    +
  • Defined in megalodon/src/mastodon.ts:446
  • +
  • Defined in megalodon/src/mastodon.ts:2167
  • +
  • Defined in megalodon/src/mastodon.ts:198
  • +
  • Defined in megalodon/src/mastodon.ts:122
  • +
  • Defined in megalodon/src/mastodon.ts:1365
  • Returns Misskey

    +
  • Defined in megalodon/src/misskey.ts:21
  • Properties

    baseUrl: string
    +
  • Defined in megalodon/src/misskey.ts:12
  • client: Interface
    +
  • Defined in megalodon/src/misskey.ts:11
  • proxyConfig: false | ProxyConfig
    +
  • Defined in megalodon/src/misskey.ts:13
  • Methods

    @@ -229,7 +229,7 @@

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/misskey.ts:875
  • +
  • Defined in megalodon/src/misskey.ts:1724
  • +
  • Defined in megalodon/src/misskey.ts:488
  • +
  • Defined in megalodon/src/misskey.ts:757
  • +
  • Defined in megalodon/src/misskey.ts:1186
  • +
  • Defined in megalodon/src/misskey.ts:40
  • +
  • Defined in megalodon/src/misskey.ts:1363
  • +
  • Defined in megalodon/src/misskey.ts:67
  • +
  • Defined in megalodon/src/misskey.ts:2070
  • +
  • Defined in megalodon/src/misskey.ts:932
  • +
  • Defined in megalodon/src/misskey.ts:788
  • +
  • Defined in megalodon/src/misskey.ts:1673
  • +
  • Defined in megalodon/src/misskey.ts:1734
  • +
  • Defined in megalodon/src/misskey.ts:1633
  • +
  • Defined in megalodon/src/misskey.ts:2085
  • +
  • Defined in megalodon/src/misskey.ts:939
  • +
  • Defined in megalodon/src/misskey.ts:819
  • +
  • Defined in megalodon/src/misskey.ts:1696
  • +
  • Defined in megalodon/src/misskey.ts:1871
  • +
  • Defined in megalodon/src/misskey.ts:1067
  • +
  • Defined in megalodon/src/misskey.ts:2134
  • +
  • Defined in megalodon/src/misskey.ts:1822
  • +
  • Defined in megalodon/src/misskey.ts:1818
  • +
  • Defined in megalodon/src/misskey.ts:1136
  • +
  • Defined in megalodon/src/misskey.ts:146
  • +
  • Defined in megalodon/src/misskey.ts:452
    • @@ -703,7 +703,7 @@
      clientSecret: string

    Returns Promise<Session>

    +
  • Defined in megalodon/src/misskey.ts:117
  • +
  • Defined in megalodon/src/misskey.ts:268
  • +
  • Defined in megalodon/src/misskey.ts:351
  • +
  • Defined in megalodon/src/misskey.ts:382
  • +
  • Defined in megalodon/src/misskey.ts:410
  • +
  • Defined in megalodon/src/misskey.ts:435
  • +
  • Defined in megalodon/src/misskey.ts:283
  • +
  • Defined in megalodon/src/misskey.ts:1705
  • +
  • Defined in megalodon/src/misskey.ts:721
  • +
  • Defined in megalodon/src/misskey.ts:639
  • +
  • Defined in megalodon/src/misskey.ts:1597
  • +
  • Defined in megalodon/src/misskey.ts:750
  • +
  • Defined in megalodon/src/misskey.ts:2107
  • +
  • Defined in megalodon/src/misskey.ts:2096
  • +
  • Defined in megalodon/src/misskey.ts:911
  • +
  • Defined in megalodon/src/misskey.ts:657
  • +
  • Defined in megalodon/src/misskey.ts:925
  • +
  • Defined in megalodon/src/misskey.ts:781
  • +
  • Defined in megalodon/src/misskey.ts:774
  • +
  • Defined in megalodon/src/misskey.ts:864
  • +
  • Defined in megalodon/src/misskey.ts:1511
  • +
  • Defined in megalodon/src/misskey.ts:442
  • +
  • Defined in megalodon/src/misskey.ts:2001
  • +
  • Defined in megalodon/src/misskey.ts:2015
  • +
  • Defined in megalodon/src/misskey.ts:2055
  • +
  • Defined in megalodon/src/misskey.ts:2037
  • +
  • Defined in megalodon/src/misskey.ts:2008
  • +
  • Defined in megalodon/src/misskey.ts:2028
  • +
  • Defined in megalodon/src/misskey.ts:1662
  • +
  • Defined in megalodon/src/misskey.ts:1551
  • +
  • Defined in megalodon/src/misskey.ts:1653
  • +
  • Defined in megalodon/src/misskey.ts:1419
  • +
  • Defined in megalodon/src/misskey.ts:1744
  • +
  • Defined in megalodon/src/misskey.ts:1260
  • +
  • Defined in megalodon/src/misskey.ts:689
  • +
  • Defined in megalodon/src/misskey.ts:1808
  • +
  • Defined in megalodon/src/misskey.ts:1767
  • +
  • Defined in megalodon/src/misskey.ts:1295
  • +
  • Defined in megalodon/src/misskey.ts:956
  • +
  • Defined in megalodon/src/misskey.ts:1376
  • +
  • Defined in megalodon/src/misskey.ts:1852
  • +
  • Defined in megalodon/src/misskey.ts:576
  • +
  • Defined in megalodon/src/misskey.ts:593
  • +
  • Defined in megalodon/src/misskey.ts:1349
  • +
  • Defined in megalodon/src/misskey.ts:1337
  • +
  • Defined in megalodon/src/misskey.ts:1056
  • +
  • Defined in megalodon/src/misskey.ts:1076
  • +
  • Defined in megalodon/src/misskey.ts:1126
  • +
  • Defined in megalodon/src/misskey.ts:1115
  • +
  • Defined in megalodon/src/misskey.ts:946
  • +
  • Defined in megalodon/src/misskey.ts:969
  • +
  • Defined in megalodon/src/misskey.ts:1462
  • +
  • Defined in megalodon/src/misskey.ts:2130
  • +
  • Defined in megalodon/src/misskey.ts:2122
  • +
  • Defined in megalodon/src/misskey.ts:524
  • +
  • Defined in megalodon/src/misskey.ts:1200
  • +
  • Defined in megalodon/src/misskey.ts:557
  • +
  • Defined in megalodon/src/misskey.ts:1217
  • +
  • Defined in megalodon/src/misskey.ts:984
  • +
  • Defined in megalodon/src/misskey.ts:2118
  • +
  • Defined in megalodon/src/misskey.ts:1640
  • +
  • Defined in megalodon/src/misskey.ts:1829
  • +
  • Defined in megalodon/src/misskey.ts:1164
  • +
  • Defined in megalodon/src/misskey.ts:163
  • +
  • Defined in megalodon/src/misskey.ts:180
  • +
  • Defined in megalodon/src/misskey.ts:44
  • +
  • Defined in megalodon/src/misskey.ts:893
  • +
  • Defined in megalodon/src/misskey.ts:832
  • +
  • Defined in megalodon/src/misskey.ts:170
  • +
  • Defined in megalodon/src/misskey.ts:1751
  • +
  • Defined in megalodon/src/misskey.ts:1356
  • +
  • Defined in megalodon/src/misskey.ts:1881
  • +
  • Defined in megalodon/src/misskey.ts:603
  • +
  • Defined in megalodon/src/misskey.ts:365
  • +
  • Defined in megalodon/src/misskey.ts:1842
  • +
  • Defined in megalodon/src/misskey.ts:2126
  • +
  • Defined in megalodon/src/misskey.ts:506
  • +
  • Defined in megalodon/src/misskey.ts:764
  • +
  • Defined in megalodon/src/misskey.ts:1193
  • +
  • Defined in megalodon/src/misskey.ts:1150
  • +
  • Defined in megalodon/src/misskey.ts:470
  • +
  • Defined in megalodon/src/misskey.ts:542
  • +
  • Defined in megalodon/src/misskey.ts:1207
  • +
  • Defined in megalodon/src/misskey.ts:564
  • +
  • Defined in megalodon/src/misskey.ts:1231
  • +
  • Defined in megalodon/src/misskey.ts:1175
  • +
  • Defined in megalodon/src/misskey.ts:372
  • +
  • Defined in megalodon/src/misskey.ts:208
  • +
  • Defined in megalodon/src/misskey.ts:803
  • +
  • Defined in megalodon/src/misskey.ts:1684
  • +
  • Defined in megalodon/src/misskey.ts:1268
  • +
  • Defined in megalodon/src/misskey.ts:1859
  • +
  • Defined in megalodon/src/misskey.ts:1248
  • +
  • Defined in megalodon/src/misskey.ts:2114
  • +
  • Defined in megalodon/src/misskey.ts:197
  • +
  • Defined in megalodon/src/misskey.ts:128
  • +
  • Defined in megalodon/src/misskey.ts:1305
  • Returns AppData

    +
  • Defined in megalodon/src/oauth.ts:43
  • Returns string

    +
  • Defined in megalodon/src/oauth.ts:82
  • +
  • Defined in megalodon/src/oauth.ts:94
  • +
  • Defined in megalodon/src/oauth.ts:97
  • +
  • Defined in megalodon/src/oauth.ts:103
  • +
  • Defined in megalodon/src/oauth.ts:88
  • +
  • Defined in megalodon/src/oauth.ts:85
  • Methods

    @@ -184,7 +184,7 @@

    Returns TokenData

    +
  • Defined in megalodon/src/oauth.ts:75
  • Returns Pleroma

    +
  • Defined in megalodon/src/pleroma.ts:23
  • Properties

    baseUrl: string
    +
  • Defined in megalodon/src/pleroma.ts:15
  • client: Interface
    +
  • Defined in megalodon/src/pleroma.ts:14
  • Methods

    @@ -227,7 +227,7 @@

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/pleroma.ts:944
  • +
  • Defined in megalodon/src/pleroma.ts:1782
  • +
  • Defined in megalodon/src/pleroma.ts:495
  • +
  • Defined in megalodon/src/pleroma.ts:771
  • +
  • Defined in megalodon/src/pleroma.ts:1233
  • +
  • Defined in megalodon/src/pleroma.ts:41
  • +
  • Defined in megalodon/src/pleroma.ts:1424
  • +
  • Defined in megalodon/src/pleroma.ts:68
  • +
  • Defined in megalodon/src/pleroma.ts:2150
  • +
  • Defined in megalodon/src/pleroma.ts:1000
  • +
  • Defined in megalodon/src/pleroma.ts:803
  • +
  • Defined in megalodon/src/pleroma.ts:1721
  • +
  • Defined in megalodon/src/pleroma.ts:1788
  • +
  • Defined in megalodon/src/pleroma.ts:1690
  • +
  • Defined in megalodon/src/pleroma.ts:2164
  • +
  • Defined in megalodon/src/pleroma.ts:1012
  • +
  • Defined in megalodon/src/pleroma.ts:878
  • +
  • Defined in megalodon/src/pleroma.ts:1745
  • +
  • Defined in megalodon/src/pleroma.ts:1972
  • +
  • Defined in megalodon/src/pleroma.ts:1148
  • +
  • Defined in megalodon/src/pleroma.ts:2222
  • +
  • Defined in megalodon/src/pleroma.ts:1890
  • +
  • Defined in megalodon/src/pleroma.ts:1886
  • +
  • Defined in megalodon/src/pleroma.ts:1201
  • +
  • Defined in megalodon/src/pleroma.ts:128
  • +
  • Defined in megalodon/src/pleroma.ts:471
    • @@ -747,7 +747,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<string>

    +
  • Defined in megalodon/src/pleroma.ts:99
  • +
  • Defined in megalodon/src/pleroma.ts:275
  • +
  • Defined in megalodon/src/pleroma.ts:356
  • +
  • Defined in megalodon/src/pleroma.ts:389
  • +
  • Defined in megalodon/src/pleroma.ts:422
  • +
  • Defined in megalodon/src/pleroma.ts:455
  • +
  • Defined in megalodon/src/pleroma.ts:283
  • +
  • Defined in megalodon/src/pleroma.ts:1749
  • +
  • Defined in megalodon/src/pleroma.ts:720
  • +
  • Defined in megalodon/src/pleroma.ts:620
  • +
  • Defined in megalodon/src/pleroma.ts:1654
  • +
  • Defined in megalodon/src/pleroma.ts:749
  • +
  • Defined in megalodon/src/pleroma.ts:2191
  • +
  • Defined in megalodon/src/pleroma.ts:2177
  • +
  • Defined in megalodon/src/pleroma.ts:963
  • +
  • Defined in megalodon/src/pleroma.ts:660
  • +
  • Defined in megalodon/src/pleroma.ts:992
  • +
  • Defined in megalodon/src/pleroma.ts:795
  • +
  • Defined in megalodon/src/pleroma.ts:787
  • +
  • Defined in megalodon/src/pleroma.ts:924
  • +
  • Defined in megalodon/src/pleroma.ts:1570
  • +
  • Defined in megalodon/src/pleroma.ts:463
  • +
  • Defined in megalodon/src/pleroma.ts:2049
  • +
  • Defined in megalodon/src/pleroma.ts:2061
  • +
  • Defined in megalodon/src/pleroma.ts:2133
  • +
  • Defined in megalodon/src/pleroma.ts:2094
  • +
  • Defined in megalodon/src/pleroma.ts:2057
  • +
  • Defined in megalodon/src/pleroma.ts:2077
  • +
  • Defined in megalodon/src/pleroma.ts:1713
  • +
  • Defined in megalodon/src/pleroma.ts:1612
  • +
  • Defined in megalodon/src/pleroma.ts:1705
  • +
  • Defined in megalodon/src/pleroma.ts:1475
  • +
  • Defined in megalodon/src/pleroma.ts:1797
  • +
  • Defined in megalodon/src/pleroma.ts:1305
  • +
  • Defined in megalodon/src/pleroma.ts:690
  • +
  • Defined in megalodon/src/pleroma.ts:1878
  • +
  • Defined in megalodon/src/pleroma.ts:1830
  • +
  • Defined in megalodon/src/pleroma.ts:1343
  • +
  • Defined in megalodon/src/pleroma.ts:1027
  • +
  • Defined in megalodon/src/pleroma.ts:1431
  • +
  • Defined in megalodon/src/pleroma.ts:1948
  • +
  • Defined in megalodon/src/pleroma.ts:547
  • +
  • Defined in megalodon/src/pleroma.ts:559
  • +
  • Defined in megalodon/src/pleroma.ts:1402
  • +
  • Defined in megalodon/src/pleroma.ts:1366
  • +
  • Defined in megalodon/src/pleroma.ts:1140
  • +
  • Defined in megalodon/src/pleroma.ts:1156
  • +
  • Defined in megalodon/src/pleroma.ts:1193
  • +
  • Defined in megalodon/src/pleroma.ts:1185
  • +
  • Defined in megalodon/src/pleroma.ts:1016
  • +
  • Defined in megalodon/src/pleroma.ts:1038
  • +
  • Defined in megalodon/src/pleroma.ts:1519
  • +
  • Defined in megalodon/src/pleroma.ts:2218
  • +
  • Defined in megalodon/src/pleroma.ts:2210
  • +
  • Defined in megalodon/src/pleroma.ts:511
  • +
  • Defined in megalodon/src/pleroma.ts:1249
  • +
  • Defined in megalodon/src/pleroma.ts:531
  • +
  • Defined in megalodon/src/pleroma.ts:1265
  • +
  • Defined in megalodon/src/pleroma.ts:1061
  • +
  • Defined in megalodon/src/pleroma.ts:2206
  • +
  • Defined in megalodon/src/pleroma.ts:1694
  • +
  • Defined in megalodon/src/pleroma.ts:1894
  • +
  • Defined in megalodon/src/pleroma.ts:1217
  • +
  • Defined in megalodon/src/pleroma.ts:148
  • +
  • Defined in megalodon/src/pleroma.ts:170
  • +
  • Defined in megalodon/src/pleroma.ts:45
  • +
  • Defined in megalodon/src/pleroma.ts:952
  • +
  • Defined in megalodon/src/pleroma.ts:889
  • +
  • Defined in megalodon/src/pleroma.ts:159
  • +
  • Defined in megalodon/src/pleroma.ts:1803
  • +
  • Defined in megalodon/src/pleroma.ts:1410
  • +
  • Defined in megalodon/src/pleroma.ts:1979
  • +
  • Defined in megalodon/src/pleroma.ts:571
  • +
  • Defined in megalodon/src/pleroma.ts:340
  • +
  • Defined in megalodon/src/pleroma.ts:1929
  • +
  • Defined in megalodon/src/pleroma.ts:2214
  • +
  • Defined in megalodon/src/pleroma.ts:503
  • +
  • Defined in megalodon/src/pleroma.ts:777
  • +
  • Defined in megalodon/src/pleroma.ts:1241
  • +
  • Defined in megalodon/src/pleroma.ts:1209
  • +
  • Defined in megalodon/src/pleroma.ts:487
  • +
  • Defined in megalodon/src/pleroma.ts:523
  • +
  • Defined in megalodon/src/pleroma.ts:1257
  • +
  • Defined in megalodon/src/pleroma.ts:539
  • +
  • Defined in megalodon/src/pleroma.ts:1273
  • +
  • Defined in megalodon/src/pleroma.ts:1225
  • +
  • Defined in megalodon/src/pleroma.ts:348
  • +
  • Defined in megalodon/src/pleroma.ts:205
  • +
  • Defined in megalodon/src/pleroma.ts:840
  • +
  • Defined in megalodon/src/pleroma.ts:1733
  • +
  • Defined in megalodon/src/pleroma.ts:1313
  • +
  • Defined in megalodon/src/pleroma.ts:1956
    • - +
    • POST /api/v2/media

      @@ -2850,10 +2850,10 @@ Next, call generateAuthUrl to get authorization url.

      Optional description?: string
    • Optional focus?: string
    -

    Returns Promise<Response<AsyncAttachment | Attachment>>

    +
  • Defined in megalodon/src/pleroma.ts:1284
  • +
  • Defined in megalodon/src/pleroma.ts:2202
  • +
  • Defined in megalodon/src/pleroma.ts:197
  • +
  • Defined in megalodon/src/pleroma.ts:121
  • +
  • Defined in megalodon/src/pleroma.ts:1351
  • +
  • Defined in megalodon/src/megalodon.ts:1316
  • Returns Promise<"misskey" | "mastodon" | "pleroma">

    +
  • Defined in megalodon/src/megalodon.ts:1282
  • +
  • Defined in megalodon/src/cancel.ts:11
  • Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:526
    • @@ -198,7 +198,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:1014
    • @@ -217,7 +217,7 @@

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:291
    • @@ -234,7 +234,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:427
    • @@ -253,7 +253,7 @@

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:696
  • +
  • Defined in megalodon/src/megalodon.ts:27
    • @@ -282,7 +282,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:825
    • @@ -304,7 +304,7 @@

    Returns Promise<AppData>

    +
  • Defined in megalodon/src/megalodon.ts:47
    • @@ -319,7 +319,7 @@
      emoji: string

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:1222
    • @@ -338,7 +338,7 @@

    Returns Promise<Response<FeaturedTag>>

    +
  • Defined in megalodon/src/megalodon.ts:561
    • @@ -376,7 +376,7 @@

    Returns Promise<Response<Filter>>

    +
  • Defined in megalodon/src/megalodon.ts:460
    • @@ -395,7 +395,7 @@

    Returns Promise<Response<List>>

    +
  • Defined in megalodon/src/megalodon.ts:975
    • @@ -416,7 +416,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:1021
    • @@ -433,7 +433,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:945
    • @@ -448,7 +448,7 @@
      emoji: string

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:1223
    • @@ -467,7 +467,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:568
    • @@ -486,7 +486,7 @@

    Returns Promise<Response<Filter>>

    +
  • Defined in megalodon/src/megalodon.ts:496
    • @@ -503,7 +503,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:989
  • +
  • Defined in megalodon/src/megalodon.ts:1129
    • @@ -532,7 +532,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:639
  • +
  • Defined in megalodon/src/megalodon.ts:1235
    • @@ -557,7 +557,7 @@

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:1078
  • +
  • Defined in megalodon/src/megalodon.ts:1072
    • @@ -586,7 +586,7 @@

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:668
    • @@ -617,7 +617,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<TokenData>

    +
  • Defined in megalodon/src/megalodon.ts:76
    • @@ -641,7 +641,7 @@ Get an access token based client_id and client_secret and authorization code.

      Optional reblog?: boolean

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:272
    • @@ -660,7 +660,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account>>

    +
  • Defined in megalodon/src/megalodon.ts:153
    • @@ -694,7 +694,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:191
    • @@ -732,7 +732,7 @@ Get an access token based client_id and client_secret and authorization code.

      Optional sleep_ms?: number

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:222
    • @@ -770,7 +770,7 @@ Get an access token based client_id and client_secret and authorization code.

      Optional sleep_ms?: number

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:241
    • @@ -789,7 +789,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<List[]>>

    +
  • Defined in megalodon/src/megalodon.ts:257
    • @@ -843,7 +843,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:169
    • @@ -877,7 +877,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:1000
    • @@ -907,7 +907,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:409
    • @@ -941,7 +941,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:373
    • @@ -975,7 +975,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Conversation[]>>

    +
  • Defined in megalodon/src/megalodon.ts:934
    • @@ -1005,7 +1005,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<string[]>>

    +
  • Defined in megalodon/src/megalodon.ts:421
    • @@ -1020,7 +1020,7 @@ Get an access token based client_id and client_secret and authorization code.

      emoji: string

    Returns Promise<Response<Reaction>>

    +
  • Defined in megalodon/src/megalodon.ts:1225
    • @@ -1033,7 +1033,7 @@ Get an access token based client_id and client_secret and authorization code.

      id: string

    Returns Promise<Response<Reaction[]>>

    +
  • Defined in megalodon/src/megalodon.ts:1224
    • @@ -1063,7 +1063,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:545
    • @@ -1093,7 +1093,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:385
  • +
  • Defined in megalodon/src/megalodon.ts:554
    • @@ -1124,7 +1124,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Filter>>

    +
  • Defined in megalodon/src/megalodon.ts:449
  • +
  • Defined in megalodon/src/megalodon.ts:442
    • @@ -1155,7 +1155,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:519
    • @@ -1193,7 +1193,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:896
    • @@ -1212,7 +1212,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<IdentityProof[]>>

    +
  • Defined in megalodon/src/megalodon.ts:264
  • +
  • Defined in megalodon/src/megalodon.ts:1168
  • +
  • Defined in megalodon/src/megalodon.ts:1178
  • +
  • Defined in megalodon/src/megalodon.ts:1217
    • @@ -1278,7 +1278,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:1202
  • +
  • Defined in megalodon/src/megalodon.ts:1173
    • @@ -1305,7 +1305,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Tag[]>>

    +
  • Defined in megalodon/src/megalodon.ts:1188
    • @@ -1324,7 +1324,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<List>>

    +
  • Defined in megalodon/src/megalodon.ts:968
    • @@ -1362,7 +1362,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:913
  • +
  • Defined in megalodon/src/megalodon.ts:961
    • @@ -1412,7 +1412,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:856
    • @@ -1429,7 +1429,7 @@ Get an access token based client_id and client_secret and authorization code.

      timeline: string[]

    Returns Promise<Response<{} | Marker>>

    +
  • Defined in megalodon/src/megalodon.ts:1031
    • @@ -1448,7 +1448,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Attachment>>

    +
  • Defined in megalodon/src/megalodon.ts:749
    • @@ -1478,7 +1478,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:397
    • @@ -1497,7 +1497,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Notification>>

    +
  • Defined in megalodon/src/megalodon.ts:1068
    • @@ -1539,7 +1539,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Notification[]>>

    +
  • Defined in megalodon/src/megalodon.ts:1054
    • @@ -1558,7 +1558,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Poll>>

    +
  • Defined in megalodon/src/megalodon.ts:778
  • +
  • Defined in megalodon/src/megalodon.ts:583
    • @@ -1608,7 +1608,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:839
  • +
  • Defined in megalodon/src/megalodon.ts:1112
    • @@ -1639,7 +1639,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:334
    • @@ -1658,7 +1658,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Relationship[]>>

    +
  • Defined in megalodon/src/megalodon.ts:341
    • @@ -1677,7 +1677,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<ScheduledStatus>>

    +
  • Defined in megalodon/src/megalodon.ts:811
    • @@ -1711,7 +1711,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<ScheduledStatus[]>>

    +
  • Defined in megalodon/src/megalodon.ts:799
    • @@ -1730,7 +1730,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:632
    • @@ -1759,7 +1759,7 @@ Get an access token based client_id and client_secret and authorization code.

      Optional since_id?: string

    Returns Promise<Response<Context>>

    +
  • Defined in megalodon/src/megalodon.ts:647
    • @@ -1778,7 +1778,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:661
    • @@ -1797,7 +1797,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:654
  • +
  • Defined in megalodon/src/megalodon.ts:574
    • @@ -1828,7 +1828,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:593
    • @@ -1874,7 +1874,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status[]>>

    +
  • Defined in megalodon/src/megalodon.ts:875
    • @@ -1887,7 +1887,7 @@ Get an access token based client_id and client_secret and authorization code.

      list_id: string

    Returns WebSocketInterface

    +
  • Defined in megalodon/src/megalodon.ts:1234
  • +
  • Defined in megalodon/src/megalodon.ts:1232
    • @@ -1918,7 +1918,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:306
    • @@ -1937,7 +1937,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:710
    • @@ -1956,7 +1956,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:320
    • @@ -1975,7 +1975,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:723
    • @@ -2042,7 +2042,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:612
  • +
  • Defined in megalodon/src/megalodon.ts:1231
    • @@ -2069,7 +2069,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Conversation>>

    +
  • Defined in megalodon/src/megalodon.ts:952
    • @@ -2091,7 +2091,7 @@ Get an access token based client_id and client_secret and authorization code.

      Optional max_id?: string

    Returns Promise<Response<Notification | Notification[]>>

    +
  • Defined in megalodon/src/megalodon.ts:1086
    • @@ -2110,7 +2110,7 @@ Get an access token based client_id and client_secret and authorization code.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:682
    • @@ -2137,7 +2137,7 @@ Send refresh token and get new access token.

    Returns Promise<TokenData>

    +
  • Defined in megalodon/src/megalodon.ts:87
    • @@ -2176,7 +2176,7 @@ Send refresh token and get new access token.

    Returns Promise<Response<Token>>

    +
  • Defined in megalodon/src/megalodon.ts:113
    • @@ -2198,7 +2198,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<AppData>

    +
  • Defined in megalodon/src/megalodon.ts:35
    • @@ -2217,7 +2217,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:533
    • @@ -2251,7 +2251,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Report>>

    +
  • Defined in megalodon/src/megalodon.ts:509
    • @@ -2277,7 +2277,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:97
    • @@ -2309,7 +2309,7 @@ Next, call generateAuthUrl to get authorization url.

      last_read_id: string

    Returns Promise<Response<Marker>>

    +
  • Defined in megalodon/src/megalodon.ts:1039
    • @@ -2332,7 +2332,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<ScheduledStatus>>

    +
  • Defined in megalodon/src/megalodon.ts:819
    • @@ -2388,7 +2388,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Results>>

    +
  • Defined in megalodon/src/megalodon.ts:1147
    • @@ -2426,7 +2426,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Entity.Account[]>>

    +
  • Defined in megalodon/src/megalodon.ts:351
    • @@ -2445,7 +2445,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:205
    • @@ -2474,7 +2474,7 @@ Next, call generateAuthUrl to get authorization url.

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

    Returns Promise<Response<PushSubscription>>

    +
  • Defined in megalodon/src/megalodon.ts:1103
    • @@ -2487,7 +2487,7 @@ Next, call generateAuthUrl to get authorization url.

      tag: string

    Returns WebSocketInterface

    +
  • Defined in megalodon/src/megalodon.ts:1233
    • @@ -2506,7 +2506,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:298
    • @@ -2523,7 +2523,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<{}>>

    +
  • Defined in megalodon/src/megalodon.ts:433
    • @@ -2542,7 +2542,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:703
    • @@ -2561,7 +2561,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:675
    • @@ -2580,7 +2580,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:284
    • @@ -2599,7 +2599,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:313
    • @@ -2618,7 +2618,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:717
    • @@ -2637,7 +2637,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:327
    • @@ -2656,7 +2656,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:730
    • @@ -2675,7 +2675,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Entity.Status>>

    +
  • Defined in megalodon/src/megalodon.ts:689
    • @@ -2694,7 +2694,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Relationship>>

    +
  • Defined in megalodon/src/megalodon.ts:212
    • @@ -2737,7 +2737,7 @@ Next, call generateAuthUrl to get authorization url.

      Optional sensitive?: boolean

    Returns Promise<Response<Entity.Account>>

    +
  • Defined in megalodon/src/megalodon.ts:132
    • @@ -2779,7 +2779,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Filter>>

    +
  • Defined in megalodon/src/megalodon.ts:480
    • @@ -2802,7 +2802,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<List>>

    +
  • Defined in megalodon/src/megalodon.ts:983
    • @@ -2840,7 +2840,7 @@ Next, call generateAuthUrl to get authorization url.

    Returns Promise<Response<Attachment>>

    +
  • Defined in megalodon/src/megalodon.ts:760
    • @@ -2857,11 +2857,11 @@ Next, call generateAuthUrl to get authorization url.

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

    Returns Promise<Response<PushSubscription>>

    +
  • Defined in megalodon/src/megalodon.ts:1123
    • - +
    • POST /api/v2/media

      @@ -2885,9 +2885,9 @@ Next, call generateAuthUrl to get authorization url.

      Optional focus?: string

      Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0.

    -

    Returns Promise<Response<AsyncAttachment | Attachment>>

    +
  • Defined in megalodon/src/megalodon.ts:742
  • +
  • Defined in megalodon/src/megalodon.ts:1230
  • +
  • Defined in megalodon/src/megalodon.ts:126
  • +
  • Defined in megalodon/src/megalodon.ts:60
    • @@ -2944,7 +2944,7 @@ Next, call generateAuthUrl to get authorization url.

      Optional status_id: null | string

    Returns Promise<Response<Poll>>

    +
  • Defined in megalodon/src/megalodon.ts:786
  • Returns WebSocketInterface

    +
  • Defined in megalodon/src/megalodon.ts:16
    • @@ -101,7 +101,7 @@
      Optional event: string | symbol

    Returns WebSocketInterface

    +
  • Defined in megalodon/src/megalodon.ts:18
    • @@ -127,7 +127,7 @@

      Returns void

    Returns WebSocketInterface

    +
  • Defined in megalodon/src/megalodon.ts:17
  • +
  • Defined in megalodon/src/megalodon.ts:12
  • +
  • Defined in megalodon/src/megalodon.ts:13
  • diff --git a/docs/modules/FilterContext.html b/docs/modules/FilterContext.html index 54ebd63..13743ff 100644 --- a/docs/modules/FilterContext.html +++ b/docs/modules/FilterContext.html @@ -16,7 +16,7 @@
  • FilterContext
  • Namespace FilterContext

    +
  • Defined in megalodon/src/filter_context.ts:3
  • Index

    diff --git a/docs/modules/NotificationType.html b/docs/modules/NotificationType.html index 29780dc..239d3b6 100644 --- a/docs/modules/NotificationType.html +++ b/docs/modules/NotificationType.html @@ -16,7 +16,7 @@
  • NotificationType
  • Namespace NotificationType

    +
  • Defined in megalodon/src/notification.ts:3
  • Index

    diff --git a/docs/modules/OAuth.html b/docs/modules/OAuth.html index 311572d..222c768 100644 --- a/docs/modules/OAuth.html +++ b/docs/modules/OAuth.html @@ -20,7 +20,7 @@ Response data when oauth request.

    +
  • Defined in megalodon/src/oauth.ts:5
  • Index

    diff --git a/docs/types/Entity.Account.html b/docs/types/Entity.Account.html index fa2e294..9c5fbd9 100644 --- a/docs/types/Entity.Account.html +++ b/docs/types/Entity.Account.html @@ -16,7 +16,7 @@
  • Entity
  • Account
  • Type alias 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: Entity.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: Field[];
        followers_count: number;
        following_count: number;
        header: string;
        header_static: string;
        id: string;
        locked: boolean;
        moved: Entity.Account | null;
        note: string;
        source?: Source;
        statuses_count: number;
        url: string;
        username: string;
    }

    Type declaration

      @@ -35,7 +35,7 @@
    • emojis: Emoji[]
    • -
      fields: object | null
    • +
      fields: Field[]
    • followers_count: number
    • @@ -61,7 +61,7 @@
    • username: string
    +
  • Defined in megalodon/src/entities/account.ts:5
  • diff --git a/docs/types/Entity.Activity.html b/docs/types/Entity.Activity.html index 8e84471..7e59998 100644 --- a/docs/types/Entity.Activity.html +++ b/docs/types/Entity.Activity.html @@ -29,7 +29,7 @@
  • week: string
  • +
  • Defined in megalodon/src/entities/activity.ts:2
  • diff --git a/docs/types/Entity.Alerts.html b/docs/types/Entity.Alerts.html new file mode 100644 index 0000000..7efd2f7 --- /dev/null +++ b/docs/types/Entity.Alerts.html @@ -0,0 +1,105 @@ +Alerts | megalodon
    +
    + +
    +
    +
    +
    + +

    Type alias Alerts

    +
    Alerts: {
        favourite: boolean;
        follow: boolean;
        mention: boolean;
        poll: boolean;
        reblog: boolean;
    }
    +
    +

    Type declaration

    +
      +
    • +
      favourite: boolean
    • +
    • +
      follow: boolean
    • +
    • +
      mention: boolean
    • +
    • +
      poll: boolean
    • +
    • +
      reblog: boolean
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/docs/types/Entity.Application.html b/docs/types/Entity.Application.html index 2474d49..b08f362 100644 --- a/docs/types/Entity.Application.html +++ b/docs/types/Entity.Application.html @@ -27,7 +27,7 @@
  • Optional website?: string | null
  • +
  • Defined in megalodon/src/entities/application.ts:2
  • diff --git a/docs/types/Entity.AsyncAttachment.html b/docs/types/Entity.AsyncAttachment.html index b16d2ef..6790406 100644 --- a/docs/types/Entity.AsyncAttachment.html +++ b/docs/types/Entity.AsyncAttachment.html @@ -16,7 +16,7 @@
  • Entity
  • AsyncAttachment
  • Type alias AsyncAttachment

    -
    AsyncAttachment: {
        blurhash: string | null;
        description: string | null;
        id: string;
        meta: object | null;
        preview_url: string;
        remote_url: string | null;
        text_url: string | null;
        type: "unknown" | "image" | "gifv" | "video" | "audio";
        url: string | null;
    }
    +
    AsyncAttachment: {
        blurhash: string | null;
        description: string | null;
        id: string;
        meta: Meta | null;
        preview_url: string;
        remote_url: string | null;
        text_url: string | null;
        type: "unknown" | "image" | "gifv" | "video" | "audio";
        url: string | null;
    }

    Type declaration

      @@ -27,7 +27,7 @@
    • id: string
    • -
      meta: object | null
    • +
      meta: Meta | null
    • preview_url: string
    • @@ -39,7 +39,7 @@
    • url: string | null
    +
  • Defined in megalodon/src/entities/async_attachment.ts:3
  • diff --git a/docs/types/Entity.Attachment.html b/docs/types/Entity.Attachment.html index ca0d852..b4c452d 100644 --- a/docs/types/Entity.Attachment.html +++ b/docs/types/Entity.Attachment.html @@ -16,7 +16,7 @@
  • Entity
  • Attachment
  • Type alias Attachment

    -
    Attachment: {
        blurhash: string | null;
        description: string | null;
        id: string;
        meta: object | null;
        preview_url: string;
        remote_url: string | null;
        text_url: string | null;
        type: "unknown" | "image" | "gifv" | "video" | "audio";
        url: string;
    }
    +
    Attachment: {
        blurhash: string | null;
        description: string | null;
        id: string;
        meta: Meta | null;
        preview_url: string | null;
        remote_url: string | null;
        text_url: string | null;
        type: "unknown" | "image" | "gifv" | "video" | "audio";
        url: string;
    }

    Type declaration

      @@ -27,9 +27,9 @@
    • id: string
    • -
      meta: object | null
    • +
      meta: Meta | null
    • -
      preview_url: string
    • +
      preview_url: string | null
    • remote_url: string | null
    • @@ -39,7 +39,7 @@
    • url: string
    +
  • Defined in megalodon/src/entities/attachment.ts:38
  • diff --git a/docs/types/Entity.Card.html b/docs/types/Entity.Card.html index 3426632..85e5434 100644 --- a/docs/types/Entity.Card.html +++ b/docs/types/Entity.Card.html @@ -45,7 +45,7 @@
  • Optional width?: number
  • +
  • Defined in megalodon/src/entities/card.ts:2
  • diff --git a/docs/types/Entity.Context.html b/docs/types/Entity.Context.html index 2629fa1..6515324 100644 --- a/docs/types/Entity.Context.html +++ b/docs/types/Entity.Context.html @@ -25,7 +25,7 @@
  • descendants: Entity.Status[]
  • +
  • Defined in megalodon/src/entities/context.ts:4
  • diff --git a/docs/types/Entity.Conversation.html b/docs/types/Entity.Conversation.html index a7412a0..9b3c9a1 100644 --- a/docs/types/Entity.Conversation.html +++ b/docs/types/Entity.Conversation.html @@ -29,7 +29,7 @@
  • unread: boolean
  • +
  • Defined in megalodon/src/entities/conversation.ts:5
  • diff --git a/docs/types/Entity.Emoji.html b/docs/types/Entity.Emoji.html index 302f5e4..2c0879a 100644 --- a/docs/types/Entity.Emoji.html +++ b/docs/types/Entity.Emoji.html @@ -29,7 +29,7 @@
  • visible_in_picker: boolean
  • +
  • Defined in megalodon/src/entities/emoji.ts:2
  • diff --git a/docs/types/Entity.FeaturedTag.html b/docs/types/Entity.FeaturedTag.html index 171b8a3..7de5d08 100644 --- a/docs/types/Entity.FeaturedTag.html +++ b/docs/types/Entity.FeaturedTag.html @@ -29,7 +29,7 @@
  • statuses_count: number
  • +
  • Defined in megalodon/src/entities/featured_tag.ts:2
  • diff --git a/docs/types/Entity.Field.html b/docs/types/Entity.Field.html index 5f3cb3c..c723544 100644 --- a/docs/types/Entity.Field.html +++ b/docs/types/Entity.Field.html @@ -27,7 +27,7 @@
  • verified_at: string | null
  • +
  • Defined in megalodon/src/entities/field.ts:2
  • diff --git a/docs/types/Entity.Filter.html b/docs/types/Entity.Filter.html index 7810813..a78b7ee 100644 --- a/docs/types/Entity.Filter.html +++ b/docs/types/Entity.Filter.html @@ -33,7 +33,7 @@
  • whole_word: boolean
  • +
  • Defined in megalodon/src/entities/filter.ts:2
  • diff --git a/docs/types/Entity.FilterContext.html b/docs/types/Entity.FilterContext.html index 9edc3fa..3b9eb28 100644 --- a/docs/types/Entity.FilterContext.html +++ b/docs/types/Entity.FilterContext.html @@ -18,7 +18,7 @@

    Type alias FilterContext

    FilterContext: string
    +
  • Defined in megalodon/src/entities/filter.ts:11
  • diff --git a/docs/types/Entity.Focus.html b/docs/types/Entity.Focus.html new file mode 100644 index 0000000..4d6e45f --- /dev/null +++ b/docs/types/Entity.Focus.html @@ -0,0 +1,99 @@ +Focus | megalodon
    +
    + +
    +
    +
    +
    + +

    Type alias Focus

    +
    Focus: {
        x: number;
        y: number;
    }
    +
    +

    Type declaration

    +
      +
    • +
      x: number
    • +
    • +
      y: number
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/docs/types/Entity.History.html b/docs/types/Entity.History.html index 93d0d70..1f15424 100644 --- a/docs/types/Entity.History.html +++ b/docs/types/Entity.History.html @@ -27,7 +27,7 @@
  • uses: number
  • +
  • Defined in megalodon/src/entities/history.ts:2
  • diff --git a/docs/types/Entity.IdentityProof.html b/docs/types/Entity.IdentityProof.html index 1be003a..92cb5f2 100644 --- a/docs/types/Entity.IdentityProof.html +++ b/docs/types/Entity.IdentityProof.html @@ -31,7 +31,7 @@
  • updated_at: string
  • +
  • Defined in megalodon/src/entities/identity_proof.ts:2
  • diff --git a/docs/types/Entity.Instance.html b/docs/types/Entity.Instance.html index 8fc2ff8..4f9c839 100644 --- a/docs/types/Entity.Instance.html +++ b/docs/types/Entity.Instance.html @@ -83,7 +83,7 @@
  • version: string
  • +
  • Defined in megalodon/src/entities/instance.ts:6
  • diff --git a/docs/types/Entity.List.html b/docs/types/Entity.List.html index 8af557f..3538662 100644 --- a/docs/types/Entity.List.html +++ b/docs/types/Entity.List.html @@ -25,7 +25,7 @@
  • title: string
  • +
  • Defined in megalodon/src/entities/list.ts:2
  • diff --git a/docs/types/Entity.Marker.html b/docs/types/Entity.Marker.html index 013b6f2..9a1c79e 100644 --- a/docs/types/Entity.Marker.html +++ b/docs/types/Entity.Marker.html @@ -41,7 +41,7 @@
  • version: number
  • +
  • Defined in megalodon/src/entities/marker.ts:2
  • diff --git a/docs/types/Entity.Mention.html b/docs/types/Entity.Mention.html index d934f0a..91ed257 100644 --- a/docs/types/Entity.Mention.html +++ b/docs/types/Entity.Mention.html @@ -29,7 +29,7 @@
  • username: string
  • +
  • Defined in megalodon/src/entities/mention.ts:2
  • diff --git a/docs/types/Entity.Meta.html b/docs/types/Entity.Meta.html new file mode 100644 index 0000000..2382f83 --- /dev/null +++ b/docs/types/Entity.Meta.html @@ -0,0 +1,121 @@ +Meta | megalodon
    +
    + +
    +
    +
    +
    + +

    Type alias Meta

    +
    Meta: {
        aspect?: number;
        audio_bitrate?: string;
        audio_channel?: string;
        audio_encode?: string;
        duration?: number;
        focus?: Focus;
        fps?: number;
        height?: number;
        length?: string;
        original?: Sub;
        size?: string;
        small?: Sub;
        width?: number;
    }
    +
    +

    Type declaration

    +
      +
    • +
      Optional aspect?: number
    • +
    • +
      Optional audio_bitrate?: string
    • +
    • +
      Optional audio_channel?: string
    • +
    • +
      Optional audio_encode?: string
    • +
    • +
      Optional duration?: number
    • +
    • +
      Optional focus?: Focus
    • +
    • +
      Optional fps?: number
    • +
    • +
      Optional height?: number
    • +
    • +
      Optional length?: string
    • +
    • +
      Optional original?: Sub
    • +
    • +
      Optional size?: string
    • +
    • +
      Optional small?: Sub
    • +
    • +
      Optional width?: number
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/docs/types/Entity.Notification.html b/docs/types/Entity.Notification.html index 23124b8..56532f8 100644 --- a/docs/types/Entity.Notification.html +++ b/docs/types/Entity.Notification.html @@ -33,7 +33,7 @@
  • type: NotificationType
  • +
  • Defined in megalodon/src/entities/notification.ts:5
  • diff --git a/docs/types/Entity.NotificationType.html b/docs/types/Entity.NotificationType.html index ce32f72..73ac54f 100644 --- a/docs/types/Entity.NotificationType.html +++ b/docs/types/Entity.NotificationType.html @@ -18,7 +18,7 @@

    Type alias NotificationType

    NotificationType: string
    +
  • Defined in megalodon/src/entities/notification.ts:14
  • diff --git a/docs/types/Entity.Poll.html b/docs/types/Entity.Poll.html index 29f4818..8b6e6f3 100644 --- a/docs/types/Entity.Poll.html +++ b/docs/types/Entity.Poll.html @@ -35,7 +35,7 @@
  • votes_count: number
  • +
  • Defined in megalodon/src/entities/poll.ts:4
  • diff --git a/docs/types/Entity.PollOption.html b/docs/types/Entity.PollOption.html index 150c497..eed465d 100644 --- a/docs/types/Entity.PollOption.html +++ b/docs/types/Entity.PollOption.html @@ -25,7 +25,7 @@
  • votes_count: number | null
  • +
  • Defined in megalodon/src/entities/poll_option.ts:2
  • diff --git a/docs/types/Entity.Preferences.html b/docs/types/Entity.Preferences.html index ff0897a..b5f7332 100644 --- a/docs/types/Entity.Preferences.html +++ b/docs/types/Entity.Preferences.html @@ -31,7 +31,7 @@
  • reading:expand:spoilers: boolean
  • +
  • Defined in megalodon/src/entities/preferences.ts:2
  • diff --git a/docs/types/Entity.PushSubscription.html b/docs/types/Entity.PushSubscription.html index a2736da..c3d44ca 100644 --- a/docs/types/Entity.PushSubscription.html +++ b/docs/types/Entity.PushSubscription.html @@ -16,12 +16,12 @@
  • Entity
  • PushSubscription
  • Type alias PushSubscription

    -
    PushSubscription: {
        alerts: object;
        endpoint: string;
        id: string;
        server_key: string;
    }
    +
    PushSubscription: {
        alerts: Alerts;
        endpoint: string;
        id: string;
        server_key: string;
    }

    Type declaration

    • -
      alerts: object
    • +
      alerts: Alerts
    • endpoint: string
    • @@ -29,7 +29,7 @@
    • server_key: string
    +
  • Defined in megalodon/src/entities/push_subscription.ts:10
  • diff --git a/docs/types/Entity.Reaction.html b/docs/types/Entity.Reaction.html index 703069f..7083cf4 100644 --- a/docs/types/Entity.Reaction.html +++ b/docs/types/Entity.Reaction.html @@ -29,7 +29,7 @@
  • name: string
  • +
  • Defined in megalodon/src/entities/reaction.ts:4
  • diff --git a/docs/types/Entity.Relationship.html b/docs/types/Entity.Relationship.html index c2eba1a..b2f2189 100644 --- a/docs/types/Entity.Relationship.html +++ b/docs/types/Entity.Relationship.html @@ -47,7 +47,7 @@
  • showing_reblogs: boolean
  • +
  • Defined in megalodon/src/entities/relationship.ts:2
  • diff --git a/docs/types/Entity.Report.html b/docs/types/Entity.Report.html index 57c59c9..e2e0a50 100644 --- a/docs/types/Entity.Report.html +++ b/docs/types/Entity.Report.html @@ -31,7 +31,7 @@
  • status_ids: string[]
  • +
  • Defined in megalodon/src/entities/report.ts:2
  • diff --git a/docs/types/Entity.Results.html b/docs/types/Entity.Results.html index 75d95f5..8406bd1 100644 --- a/docs/types/Entity.Results.html +++ b/docs/types/Entity.Results.html @@ -27,7 +27,7 @@
  • statuses: Entity.Status[]
  • +
  • Defined in megalodon/src/entities/results.ts:6
  • diff --git a/docs/types/Entity.ScheduledStatus.html b/docs/types/Entity.ScheduledStatus.html index 39c396a..177ffdc 100644 --- a/docs/types/Entity.ScheduledStatus.html +++ b/docs/types/Entity.ScheduledStatus.html @@ -16,7 +16,7 @@
  • Entity
  • ScheduledStatus
  • Type alias ScheduledStatus

    -
    ScheduledStatus: {
        id: string;
        media_attachments: Attachment[];
        params: object;
        scheduled_at: string;
    }
    +
    ScheduledStatus: {
        id: string;
        media_attachments: Attachment[];
        params: StatusParams;
        scheduled_at: string;
    }

    Type declaration

      @@ -25,11 +25,11 @@
    • media_attachments: Attachment[]
    • -
      params: object
    • +
      params: StatusParams
    • scheduled_at: string
    +
  • Defined in megalodon/src/entities/scheduled_status.ts:4
  • diff --git a/docs/types/Entity.Source.html b/docs/types/Entity.Source.html index 589d7a2..2b458f5 100644 --- a/docs/types/Entity.Source.html +++ b/docs/types/Entity.Source.html @@ -16,12 +16,12 @@
  • Entity
  • Source
  • Type alias Source

    -
    Source: {
        fields: object;
        language: string | null;
        note: string;
        privacy: string | null;
        sensitive: boolean | null;
    }
    +
    Source: {
        fields: Field[];
        language: string | null;
        note: string;
        privacy: string | null;
        sensitive: boolean | null;
    }

    Type declaration

    • -
      fields: object
    • +
      fields: Field[]
    • language: string | null
    • @@ -31,7 +31,7 @@
    • sensitive: boolean | null
    +
  • Defined in megalodon/src/entities/source.ts:3
  • diff --git a/docs/types/Entity.Stats.html b/docs/types/Entity.Stats.html index 7916b38..88ed01d 100644 --- a/docs/types/Entity.Stats.html +++ b/docs/types/Entity.Stats.html @@ -27,7 +27,7 @@
  • user_count: number
  • +
  • Defined in megalodon/src/entities/stats.ts:2
  • diff --git a/docs/types/Entity.Status.html b/docs/types/Entity.Status.html index fd3507a..751acab 100644 --- a/docs/types/Entity.Status.html +++ b/docs/types/Entity.Status.html @@ -83,7 +83,7 @@
  • visibility: "public" | "unlisted" | "private" | "direct"
  • +
  • Defined in megalodon/src/entities/status.ts:12
  • diff --git a/docs/types/Entity.StatusParams.html b/docs/types/Entity.StatusParams.html index 0263067..d8c7a34 100644 --- a/docs/types/Entity.StatusParams.html +++ b/docs/types/Entity.StatusParams.html @@ -37,7 +37,7 @@
  • visibility: "public" | "unlisted" | "private" | "direct"
  • +
  • Defined in megalodon/src/entities/status_params.ts:2
  • diff --git a/docs/types/Entity.Sub.html b/docs/types/Entity.Sub.html new file mode 100644 index 0000000..dd8fbed --- /dev/null +++ b/docs/types/Entity.Sub.html @@ -0,0 +1,109 @@ +Sub | megalodon
    +
    + +
    +
    +
    +
    + +

    Type alias Sub

    +
    Sub: {
        aspect?: number;
        bitrate?: number;
        duration?: number;
        frame_rate?: string;
        height?: number;
        size?: string;
        width?: number;
    }
    +
    +

    Type declaration

    +
      +
    • +
      Optional aspect?: number
    • +
    • +
      Optional bitrate?: number
    • +
    • +
      Optional duration?: number
    • +
    • +
      Optional frame_rate?: string
    • +
    • +
      Optional height?: number
    • +
    • +
      Optional size?: string
    • +
    • +
      Optional width?: number
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/docs/types/Entity.Tag.html b/docs/types/Entity.Tag.html index 4ceae7a..a645b39 100644 --- a/docs/types/Entity.Tag.html +++ b/docs/types/Entity.Tag.html @@ -27,7 +27,7 @@
  • url: string
  • +
  • Defined in megalodon/src/entities/tag.ts:4
  • diff --git a/docs/types/Entity.Token.html b/docs/types/Entity.Token.html index 906513f..f40944b 100644 --- a/docs/types/Entity.Token.html +++ b/docs/types/Entity.Token.html @@ -29,7 +29,7 @@
  • token_type: string
  • +
  • Defined in megalodon/src/entities/token.ts:2
  • diff --git a/docs/types/Entity.URLs.html b/docs/types/Entity.URLs.html index 7a9045e..912bac3 100644 --- a/docs/types/Entity.URLs.html +++ b/docs/types/Entity.URLs.html @@ -23,7 +23,7 @@
  • streaming_api: string
  • +
  • Defined in megalodon/src/entities/urls.ts:2
  • diff --git a/docs/types/OAuth.AppDataFromServer.html b/docs/types/OAuth.AppDataFromServer.html index e471a15..eb1e4aa 100644 --- a/docs/types/OAuth.AppDataFromServer.html +++ b/docs/types/OAuth.AppDataFromServer.html @@ -33,7 +33,7 @@
  • website: string | null
  • +
  • Defined in megalodon/src/oauth.ts:6
  • +
  • Defined in megalodon/src/oauth.ts:15
  • +
  • Defined in megalodon/src/proxy_config.ts:4
  • +
  • Defined in megalodon/src/response.ts:1
  • +
  • Defined in megalodon/src/filter_context.ts:8
  • +
  • Defined in megalodon/src/filter_context.ts:4
  • +
  • Defined in megalodon/src/filter_context.ts:5
  • +
  • Defined in megalodon/src/filter_context.ts:6
  • +
  • Defined in megalodon/src/filter_context.ts:7
  • +
  • Defined in megalodon/src/notification.ts:8
  • +
  • Defined in megalodon/src/notification.ts:5
  • +
  • Defined in megalodon/src/notification.ts:4
  • +
  • Defined in megalodon/src/notification.ts:9
  • +
  • Defined in megalodon/src/notification.ts:7
  • +
  • Defined in megalodon/src/notification.ts:12
  • +
  • Defined in megalodon/src/notification.ts:11
  • +
  • Defined in megalodon/src/notification.ts:6
  • +
  • Defined in megalodon/src/notification.ts:10