Readonly
accounts accounts : { biteAccount : ( accountId : string ) => Promise < {} > ; createScrobble : ( params : CreateScrobbleParams , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; album : string ; artist : string ; created_at : string ; external_link : null | string ; id : string ; length : null | number ; title : string ; } , > ; followAccount : ( accountId : string , params ?: FollowAccountParams , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; getAccount : ( accountId : string , params ?: WithMutedParam , ) => Promise < Account > ; getAccountAntennas : ( accountId : string ) => Promise < Antenna [] > ; getAccountCircles : ( accountId : string ) => Promise < Antenna [] > ; getAccountEndorsements : ( accountId : string , params ?: GetAccountEndorsementsParams , ) => Promise < PaginatedResponse < Account , true > > ; getAccountExcludeAntennas : ( accountId : string , ) => Promise < { id : string ; title : string } [] > ; getAccountFavourites : ( accountId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < Status , true > > ; getAccountFeaturedTags : ( accountId : string , ) => Promise < { id : string ; last_status_at : number ; name : string ; statuses_count : number ; url ?: string ; } [] , > ; getAccountFollowers : ( accountId : string , params ?: GetAccountFollowersParams , ) => Promise < PaginatedResponse < Account , true > > ; getAccountFollowing : ( accountId : string , params ?: GetAccountFollowingParams , ) => Promise < PaginatedResponse < Account , true > > ; getAccountLists : ( accountId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } [] , > ; getAccounts : ( accountId : string [] ) => Promise < Account [] > ; getAccountStatuses : ( accountId : string , params ?: GetAccountStatusesParams , ) => Promise < PaginatedResponse < Status , true > > ; getAccountSubscribers : ( accountId : string , params ?: GetAccountSubscribersParams , ) => Promise < PaginatedResponse < Account , true > > ; getBirthdays : ( day : number , month : number ) => Promise < Account [] > ; getFamiliarFollowers : ( accountIds : string [] , ) => Promise < { accounts : Account [] ; id : string } [] > ; getRelationships : ( accountIds : string [] , params ?: GetRelationshipsParams , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } [] , > ; getScrobbles : ( accountId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; album : string ; artist : string ; created_at : string ; external_link : null | string ; id : string ; length : null | number ; title : string ; } , true , > , > ; loadActivities : ( accountId : string ) => Promise < {} > ; lookupAccount : ( acct : string , meta ?: RequestMeta ) => Promise < Account > ; pinAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; remoteInteraction : ( ap_id : string , profile : string , ) => Promise < { url : string } > ; removeAccountFromFollowers : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; reportAccount : ( accountId : string , params : ReportAccountParams , ) => Promise < { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } , > ; searchAccounts : ( q : string , params ?: SearchAccountParams , meta ?: RequestMeta , ) => Promise < Account [] > ; unfollowAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; unpinAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; updateAccountNote : ( accountId : string , comment : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; } = ... Type declaration biteAccount : ( accountId : string ) => Promise < {} > createScrobble : ( params : CreateScrobbleParams , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; album : string ; artist : string ; created_at : string ; external_link : null | string ; id : string ; length : null | number ; title : string ; } , > followAccount : ( accountId : string , params ?: FollowAccountParams , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > getAccount : ( accountId : string , params ?: WithMutedParam ) => Promise < Account > getAccountAntennas : ( accountId : string ) => Promise < Antenna [] > getAccountCircles : ( accountId : string ) => Promise < Antenna [] > getAccountExcludeAntennas : ( accountId : string ) => Promise < { id : string ; title : string } [] > getAccountFeaturedTags : ( accountId : string , ) => Promise < { id : string ; last_status_at : number ; name : string ; statuses_count : number ; url ?: string ; } [] , > getAccountLists : ( accountId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } [] , > getAccounts : ( accountId : string [] ) => Promise < Account [] > getBirthdays : ( day : number , month : number ) => Promise < Account [] > getFamiliarFollowers : ( accountIds : string [] ) => Promise < { accounts : Account [] ; id : string } [] > getRelationships : ( accountIds : string [] , params ?: GetRelationshipsParams , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } [] , > getScrobbles : ( accountId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; album : string ; artist : string ; created_at : string ; external_link : null | string ; id : string ; length : null | number ; title : string ; } , true , > , > loadActivities : ( accountId : string ) => Promise < {} > lookupAccount : ( acct : string , meta ?: RequestMeta ) => Promise < Account > pinAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > remoteInteraction : ( ap_id : string , profile : string ) => Promise < { url : string } > removeAccountFromFollowers : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > reportAccount : ( accountId : string , params : ReportAccountParams , ) => Promise < { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } , > searchAccounts : ( q : string , params ?: SearchAccountParams , meta ?: RequestMeta , ) => Promise < Account [] > unfollowAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > unpinAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > updateAccountNote : ( accountId : string , comment : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > Readonly
admin admin : { accounts : { approveAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; createAccount : ( params : AdminCreateAccountParams , ) => Promise < { email : string ; nickname : string } > ; deleteAccount : ( accountId : string ) => Promise < {} > ; demoteToUser : ( accountId : string ) => Promise < {} > ; enableAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; getAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; getAccounts : ( params ?: AdminGetAccountsParams , ) => Promise < PaginatedResponse < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , true , > , > ; performAccountAction : ( accountId : string , type : AdminAccountAction , params ?: AdminPerformAccountActionParams , ) => Promise < {} > ; promoteToAdmin : ( accountId : string ) => Promise < {} > ; promoteToModerator : ( accountId : string ) => Promise < {} > ; rejectAccount : ( accountId : string ) => Promise < {} > ; suggestUser : ( accountId : string ) => Promise < {} > ; tagUser : ( accountId : string , tags : string [] ) => Promise < {} > ; unsensitiveAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; unsilenceAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; unsuggestUser : ( accountId : string ) => Promise < {} > ; unsuspendAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; untagUser : ( accountId : string , tags : string [] ) => Promise < {} > ; } ; announcements : { createAnnouncement : ( params : AdminCreateAnnouncementParams , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > ; deleteAnnouncement : ( announcementId : string ) => Promise < {} > ; getAnnouncement : ( announcementId : string , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > ; getAnnouncements : ( params ?: AdminGetAnnouncementsParams , ) => Promise < PaginatedResponse < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : ...
; day : ...
; uses : ...
} [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , true , > , > ; updateAnnouncement : ( announcementId : string , params : AdminUpdateAnnouncementParams , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > ; } ; canonicalEmailBlocks : { createCanonicalEmailBlock : ( email : string , canonical_email_hash ?: string , ) => Promise < { canonical_email_hash : string ; id : string } [] > ; deleteCanonicalEmailBlock : ( canonicalEmailBlockId : string ) => Promise < {} > ; getCanonicalEmailBlock : ( canonicalEmailBlockId : string , ) => Promise < { canonical_email_hash : string ; id : string } > ; getCanonicalEmailBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { canonical_email_hash : string ; id : string } , true > , > ; testCanonicalEmailBlock : ( email : string , ) => Promise < { canonical_email_hash : string ; id : string } [] > ; } ; config : { getPleromaConfig : () => Promise < { configs : { group : string ; key : string ; value : any } [] ; need_reboot : boolean ; } , > ; updatePleromaConfig : ( params : { group : string ; key : string ; value : any } [] , ) => Promise < { configs : { group : string ; key : string ; value : any } [] ; need_reboot : boolean ; } , > ; } ; customEmojis : { createCustomEmoji : ( params : AdminCreateCustomEmojiParams , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; deleteCustomEmoji : ( emojiId : string , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; getCustomEmoji : ( emojiId : string , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; getCustomEmojis : ( params : AdminGetCustomEmojisParams , ) => Promise < PaginatedResponse < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , true , > , > ; updateCustomEmoji : ( emojiId : string , params : AdminUpdateCustomEmojiParams , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; } ; dimensions : { getDimensions : ( keys : AdminDimensionKey [] , params ?: AdminGetDimensionsParams , ) => Promise < { data : { human_key : string ; human_value ?: string ; key : string ; unit ?: string ; value : string ; } [] ; key : string ; } [] , > ; } ; domainAllows : { createDomainAllow : ( domain : string , ) => Promise < { created_at : string ; domain : string ; id : string } > ; deleteDomainAllow : ( domainAllowId : string ) => Promise < {} > ; getDomainAllow : ( domainAllowId : string , ) => Promise < { created_at : string ; domain : string ; id : string } > ; getDomainAllows : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; domain : string ; id : string } , true , > , > ; } ; domainBlocks : { createDomainBlock : ( domain : string , params ?: AdminCreateDomainBlockParams , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > ; deleteDomainBlock : ( domainBlockId : string ) => Promise < {} > ; getDomainBlock : ( domainBlockId : string , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > ; getDomainBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , true , > , > ; updateDomainBlock : ( domainBlockId : string , params ?: AdminCreateDomainBlockParams , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > ; } ; domains : { createDomain : ( params : AdminCreateDomainParams , ) => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } , > ; deleteDomain : ( domainId : string ) => Promise < {} > ; getDomains : () => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } [] , > ; updateDomain : ( domainId : string , isPublic : boolean , ) => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } , > ; } ; emailDomainBlocks : { createEmailDomainBlock : ( domain : string , ) => Promise < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , > ; deleteEmailDomainBlock : ( emailDomainBlockId : string ) => Promise < {} > ; getEmailDomainBlock : ( emailDomainBlockId : string , ) => Promise < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , > ; getEmailDomainBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , true , > , > ; } ; ipBlocks : { createIpBlock : ( params : AdminCreateIpBlockParams , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > ; deleteIpBlock : ( ipBlockId : string ) => Promise < {} > ; getIpBlock : ( ipBlockId : string , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > ; getIpBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , true , > , > ; updateIpBlock : ( ipBlockId : string , params : AdminCreateIpBlockParams , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > ; } ; measures : { getMeasures : ( keys : AdminMeasureKey [] , start_at : string , end_at : string , params ?: AdminGetMeasuresParams , ) => Promise < { data : { date : string ; value : number } [] ; human_value ?: string ; key : string ; previous_total ?: number ; total : number ; unit : null | string ; } [] , > ; } ; moderationLog : { getModerationLog : ( __namedParameters ?: AdminGetModerationLogParams , ) => Promise < PaginatedResponse < { data : { [ key : string ]: any } ; id : string ; message : string ; time : number ; } , true , > , > ; } ; relays : { followRelay : ( relayUrl : string , ) => Promise < { actor : string ; followed_back : boolean ; id : string } > ; getRelays : () => Promise < { actor : string ; followed_back : boolean ; id : string } [] , > ; unfollowRelay : ( relayUrl : string , force ?: boolean , ) => Promise < { actor : string ; followed_back : boolean ; id : string } > ; } ; reports : { assignReportToSelf : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; getReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; getReports : ( params ?: AdminGetReportsParams , ) => Promise < PaginatedResponse < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : ...
; text : ...
} } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : (...)
| (...)
} ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)
[] ; blurhash : (...)
| (...)
; description : string ; embed_url : string ; height : number ; html : string ; image : (...)
| (...)
; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...)
| (...)
| (...)
| (...)
; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } | { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } )
[] ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...)
| (...)
; join_mode : (...)
| (...)
| (...)
| (...)
| (...)
; join_state : (...)
| (...)
| (...)
| (...)
; location : (...)
| (...)
; name : string ; participants_count : number ; start_time : (...)
| (...)
; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...
; expires_at : ...
; filter_action : ...
; id : ...
; title : ...
; } ; keyword_matches : (...)
| (...)
; status_matches : (...)
| (...)
; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)
[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...)
| (...)
; relationship : (...)
| (...)
; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)
[] ; with_approval : (...)
[] } ; can_reblog : { always : (...)
[] ; with_approval : (...)
[] } ; can_reply : { always : (...)
[] ; with_approval : (...)
[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)
[] ; expired : boolean ; expires_at : (...)
| (...)
; id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)
[] ; own_votes : (...)
| (...)
; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status : (...)
| (...)
; } | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status_id : (...)
| (...)
; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...)
| (...)
; id : string ; image_url : (...)
| (...)
; title : (...)
| (...)
; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...)
| (...)
| (...)
; history : (...)
| (...)
; name : string ; total : (...)
| (...)
; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...)
| (...)
; media_attachments : (...)
[] ; poll ?: (...)
| (...)
; provider : (...)
| (...)
; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , true , > , > ; reopenReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; resolveReport : ( reportId : string , action_taken_comment ?: string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; unassignReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; updateReport : ( reportId : string , params : AdminUpdateReportParams , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : (
(...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
)
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; } ; retention : { getRetention : ( start_at : string , end_at : string , frequency : "day" | "month" , ) => Promise < { data : { date : string ; rate : number ; value : number } [] ; frequency : "day" | "month" ; period : string ; } [] , > ; } ; rules : { createRule : ( params : AdminCreateRuleParams , ) => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } , > ; deleteRule : ( ruleId : string ) => Promise < {} > ; getRules : () => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } [] , > ; updateRule : ( ruleId : string , params : AdminUpdateRuleParams , ) => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } , > ; } ; statuses : { deleteStatus : ( statusId : string ) => Promise < {} > ; getStatus : ( statusId : string ) => Promise < Status > ; getStatuses : ( params ?: AdminGetStatusesParams , ) => Promise < PaginatedResponse < Status , true > > ; updateStatus : ( statusId : string , params : AdminUpdateStatusParams , ) => Promise < Status > ; } ; trends : { getTrendingLinks : () => Promise < { author_name : string ; author_url : string ; blurhash : null | string ; description : string ; embed_url : string ; height : null | number ; history : null | { accounts : number ; day : number ; uses : number } [] ; html : string ; id : string ; image : null | string ; image_description : null | string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : null | number ; } [] , > ; getTrendingStatuses : () => Promise < Status [] > ; getTrendingTags : () => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; id : string ; name : string ; requires_review : boolean ; total : null | number ; trendable : boolean ; url : string ; usable : boolean ; } [] , > ; } ; } = ... Type declaration accounts : { approveAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; createAccount : ( params : AdminCreateAccountParams , ) => Promise < { email : string ; nickname : string } > ; deleteAccount : ( accountId : string ) => Promise < {} > ; demoteToUser : ( accountId : string ) => Promise < {} > ; enableAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; getAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; getAccounts : ( params ?: AdminGetAccountsParams , ) => Promise < PaginatedResponse < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , true , > , > ; performAccountAction : ( accountId : string , type : AdminAccountAction , params ?: AdminPerformAccountActionParams , ) => Promise < {} > ; promoteToAdmin : ( accountId : string ) => Promise < {} > ; promoteToModerator : ( accountId : string ) => Promise < {} > ; rejectAccount : ( accountId : string ) => Promise < {} > ; suggestUser : ( accountId : string ) => Promise < {} > ; tagUser : ( accountId : string , tags : string [] ) => Promise < {} > ; unsensitiveAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; unsilenceAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; unsuggestUser : ( accountId : string ) => Promise < {} > ; unsuspendAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > ; untagUser : ( accountId : string , tags : string [] ) => Promise < {} > ; } approveAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > createAccount : ( params : AdminCreateAccountParams , ) => Promise < { email : string ; nickname : string } > deleteAccount : ( accountId : string ) => Promise < {} > demoteToUser : ( accountId : string ) => Promise < {} > enableAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > getAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > getAccounts : ( params ?: AdminGetAccountsParams , ) => Promise < PaginatedResponse < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , true , > , > promoteToAdmin : ( accountId : string ) => Promise < {} > promoteToModerator : ( accountId : string ) => Promise < {} > rejectAccount : ( accountId : string ) => Promise < {} > suggestUser : ( accountId : string ) => Promise < {} > tagUser : ( accountId : string , tags : string [] ) => Promise < {} > unsensitiveAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > unsilenceAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > unsuggestUser : ( accountId : string ) => Promise < {} > unsuspendAccount : ( accountId : string , ) => Promise < { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } , > untagUser : ( accountId : string , tags : string [] ) => Promise < {} > announcements : { createAnnouncement : ( params : AdminCreateAnnouncementParams , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > ; deleteAnnouncement : ( announcementId : string ) => Promise < {} > ; getAnnouncement : ( announcementId : string , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > ; getAnnouncements : ( params ?: AdminGetAnnouncementsParams , ) => Promise < PaginatedResponse < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : ...; day : ...; uses : ... } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , true , > , > ; updateAnnouncement : ( announcementId : string , params : AdminUpdateAnnouncementParams , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > ; } createAnnouncement : ( params : AdminCreateAnnouncementParams , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > deleteAnnouncement : ( announcementId : string ) => Promise < {} > getAnnouncement : ( announcementId : string , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > getAnnouncements : ( params ?: AdminGetAnnouncementsParams , ) => Promise < PaginatedResponse < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : ...; day : ...; uses : ... } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , true , > , > updateAnnouncement : ( announcementId : string , params : AdminUpdateAnnouncementParams , ) => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; raw_content : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } , > canonicalEmailBlocks : { createCanonicalEmailBlock : ( email : string , canonical_email_hash ?: string , ) => Promise < { canonical_email_hash : string ; id : string } [] > ; deleteCanonicalEmailBlock : ( canonicalEmailBlockId : string ) => Promise < {} > ; getCanonicalEmailBlock : ( canonicalEmailBlockId : string , ) => Promise < { canonical_email_hash : string ; id : string } > ; getCanonicalEmailBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { canonical_email_hash : string ; id : string } , true > , > ; testCanonicalEmailBlock : ( email : string , ) => Promise < { canonical_email_hash : string ; id : string } [] > ; } createCanonicalEmailBlock : ( email : string , canonical_email_hash ?: string , ) => Promise < { canonical_email_hash : string ; id : string } [] > deleteCanonicalEmailBlock : ( canonicalEmailBlockId : string ) => Promise < {} > getCanonicalEmailBlock : ( canonicalEmailBlockId : string , ) => Promise < { canonical_email_hash : string ; id : string } > getCanonicalEmailBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { canonical_email_hash : string ; id : string } , true > , > testCanonicalEmailBlock : ( email : string ) => Promise < { canonical_email_hash : string ; id : string } [] > config : { getPleromaConfig : () => Promise < { configs : { group : string ; key : string ; value : any } [] ; need_reboot : boolean ; } , > ; updatePleromaConfig : ( params : { group : string ; key : string ; value : any } [] , ) => Promise < { configs : { group : string ; key : string ; value : any } [] ; need_reboot : boolean ; } , > ; } customEmojis : { createCustomEmoji : ( params : AdminCreateCustomEmojiParams , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; deleteCustomEmoji : ( emojiId : string , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; getCustomEmoji : ( emojiId : string , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; getCustomEmojis : ( params : AdminGetCustomEmojisParams , ) => Promise < PaginatedResponse < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , true , > , > ; updateCustomEmoji : ( emojiId : string , params : AdminUpdateCustomEmojiParams , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > ; } createCustomEmoji : ( params : AdminCreateCustomEmojiParams , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > deleteCustomEmoji : ( emojiId : string , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > getCustomEmoji : ( emojiId : string , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > getCustomEmojis : ( params : AdminGetCustomEmojisParams , ) => Promise < PaginatedResponse < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , true , > , > updateCustomEmoji : ( emojiId : string , params : AdminUpdateCustomEmojiParams , ) => Promise < { category : null | string ; content_type : null | string ; disabled : boolean ; domain : null | string ; id : string ; shortcode : string ; static_url : string ; total_file_size : null | number ; updated_at ?: string ; uri : string ; url : string ; visible_in_picker : boolean ; } , > dimensions : { getDimensions : ( keys : AdminDimensionKey [] , params ?: AdminGetDimensionsParams , ) => Promise < { data : { human_key : string ; human_value ?: string ; key : string ; unit ?: string ; value : string ; } [] ; key : string ; } [] , > ; } getDimensions : ( keys : AdminDimensionKey [] , params ?: AdminGetDimensionsParams , ) => Promise < { data : { human_key : string ; human_value ?: string ; key : string ; unit ?: string ; value : string ; } [] ; key : string ; } [] , > domainAllows : { createDomainAllow : ( domain : string , ) => Promise < { created_at : string ; domain : string ; id : string } > ; deleteDomainAllow : ( domainAllowId : string ) => Promise < {} > ; getDomainAllow : ( domainAllowId : string , ) => Promise < { created_at : string ; domain : string ; id : string } > ; getDomainAllows : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; domain : string ; id : string } , true , > , > ; } createDomainAllow : ( domain : string ) => Promise < { created_at : string ; domain : string ; id : string } > deleteDomainAllow : ( domainAllowId : string ) => Promise < {} > getDomainAllow : ( domainAllowId : string , ) => Promise < { created_at : string ; domain : string ; id : string } > getDomainAllows : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; domain : string ; id : string } , true , > , > domainBlocks : { createDomainBlock : ( domain : string , params ?: AdminCreateDomainBlockParams , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > ; deleteDomainBlock : ( domainBlockId : string ) => Promise < {} > ; getDomainBlock : ( domainBlockId : string , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > ; getDomainBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , true , > , > ; updateDomainBlock : ( domainBlockId : string , params ?: AdminCreateDomainBlockParams , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > ; } createDomainBlock : ( domain : string , params ?: AdminCreateDomainBlockParams , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > deleteDomainBlock : ( domainBlockId : string ) => Promise < {} > getDomainBlock : ( domainBlockId : string , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > getDomainBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , true , > , > updateDomainBlock : ( domainBlockId : string , params ?: AdminCreateDomainBlockParams , ) => Promise < { created_at : string ; digest : string ; domain : string ; id : string ; obfuscate : boolean ; private_comment : null | string ; public_comment : null | string ; reject_media : boolean ; reject_reports : boolean ; severity : "silence" | "suspend" | "noop" ; } , > domains : { createDomain : ( params : AdminCreateDomainParams , ) => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } , > ; deleteDomain : ( domainId : string ) => Promise < {} > ; getDomains : () => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } [] , > ; updateDomain : ( domainId : string , isPublic : boolean , ) => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } , > ; } createDomain : ( params : AdminCreateDomainParams , ) => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } , > deleteDomain : ( domainId : string ) => Promise < {} > getDomains : () => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } [] , > updateDomain : ( domainId : string , isPublic : boolean , ) => Promise < { domain : string ; id : string ; last_checked_at : null | string ; public : boolean ; resolves : boolean ; } , > emailDomainBlocks : { createEmailDomainBlock : ( domain : string , ) => Promise < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , > ; deleteEmailDomainBlock : ( emailDomainBlockId : string ) => Promise < {} > ; getEmailDomainBlock : ( emailDomainBlockId : string , ) => Promise < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , > ; getEmailDomainBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , true , > , > ; } createEmailDomainBlock : ( domain : string , ) => Promise < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , > deleteEmailDomainBlock : ( emailDomainBlockId : string ) => Promise < {} > getEmailDomainBlock : ( emailDomainBlockId : string , ) => Promise < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , > getEmailDomainBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { created_at : string ; domain : string ; history : { accounts : string ; day : string ; uses : string } [] ; id : string ; } , true , > , > ipBlocks : { createIpBlock : ( params : AdminCreateIpBlockParams , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > ; deleteIpBlock : ( ipBlockId : string ) => Promise < {} > ; getIpBlock : ( ipBlockId : string , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > ; getIpBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , true , > , > ; updateIpBlock : ( ipBlockId : string , params : AdminCreateIpBlockParams , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > ; } createIpBlock : ( params : AdminCreateIpBlockParams , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > deleteIpBlock : ( ipBlockId : string ) => Promise < {} > getIpBlock : ( ipBlockId : string , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > getIpBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , true , > , > updateIpBlock : ( ipBlockId : string , params : AdminCreateIpBlockParams , ) => Promise < { comment : string ; created_at : string ; expires_at : null | string ; id : string ; ip : string ; severity : "sign_up_requires_approval" | "sign_up_block" | "no_access" ; } , > measures : { getMeasures : ( keys : AdminMeasureKey [] , start_at : string , end_at : string , params ?: AdminGetMeasuresParams , ) => Promise < { data : { date : string ; value : number } [] ; human_value ?: string ; key : string ; previous_total ?: number ; total : number ; unit : null | string ; } [] , > ; } getMeasures : ( keys : AdminMeasureKey [] , start_at : string , end_at : string , params ?: AdminGetMeasuresParams , ) => Promise < { data : { date : string ; value : number } [] ; human_value ?: string ; key : string ; previous_total ?: number ; total : number ; unit : null | string ; } [] , > moderationLog : { getModerationLog : ( __namedParameters ?: AdminGetModerationLogParams , ) => Promise < PaginatedResponse < { data : { [ key : string ]: any } ; id : string ; message : string ; time : number ; } , true , > , > ; } relays : { followRelay : ( relayUrl : string , ) => Promise < { actor : string ; followed_back : boolean ; id : string } > ; getRelays : () => Promise < { actor : string ; followed_back : boolean ; id : string } [] , > ; unfollowRelay : ( relayUrl : string , force ?: boolean , ) => Promise < { actor : string ; followed_back : boolean ; id : string } > ; } followRelay : ( relayUrl : string , ) => Promise < { actor : string ; followed_back : boolean ; id : string } > getRelays : () => Promise < { actor : string ; followed_back : boolean ; id : string } [] > unfollowRelay : ( relayUrl : string , force ?: boolean , ) => Promise < { actor : string ; followed_back : boolean ; id : string } > reports : { assignReportToSelf : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : | null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; getReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : | null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; getReports : ( params ?: AdminGetReportsParams , ) => Promise < PaginatedResponse < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : ...; text : ... } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : (...) | (...) } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)[] ; blurhash : (...) | (...); description : string ; embed_url : string ; height : number ; html : string ; image : (...) | (...); image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...) | (...) | (...) | (...); url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } )[] ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...) | (...); join_mode : (...) | (...) | (...) | (...) | (...); join_state : (...) | (...) | (...) | (...); location : (...) | (...); name : string ; participants_count : number ; start_time : (...) | (...); } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...; expires_at : ...; filter_action : ...; id : ...; title : ...; } ; keyword_matches : (...) | (...); status_matches : (...) | (...); } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...) | (...); relationship : (...) | (...); statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)[] ; with_approval : (...)[] } ; can_reblog : { always : (...)[] ; with_approval : (...)[] } ; can_reply : { always : (...)[] ; with_approval : (...)[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)[] ; expired : boolean ; expires_at : (...) | (...); id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)[] ; own_votes : (...) | (...); voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : (...) | (...) | (...) | (...) | (...) | (...); status : (...) | (...); } | { state : (...) | (...) | (...) | (...) | (...) | (...); status_id : (...) | (...); } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...) | (...); id : string ; image_url : (...) | (...); title : (...) | (...); url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...) | (...) | (...); history : (...) | (...); name : string ; total : (...) | (...); url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...) | (...); media_attachments : (...)[] ; poll ?: (...) | (...); provider : (...) | (...); spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , true , > , > ; reopenReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : | null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; resolveReport : ( reportId : string , action_taken_comment ?: string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : | null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; unassignReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : | null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; updateReport : ( reportId : string , params : AdminUpdateReportParams , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : | null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > ; } assignReportToSelf : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > getReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > getReports : ( params ?: AdminGetReportsParams , ) => Promise < PaginatedResponse < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : ...; text : ... } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : (...) | (...) } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)[] ; blurhash : (...) | (...); description : string ; embed_url : string ; height : number ; html : string ; image : (...) | (...); image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...) | (...) | (...) | (...); url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } )[] ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...) | (...); join_mode : (...) | (...) | (...) | (...) | (...); join_state : (...) | (...) | (...) | (...); location : (...) | (...); name : string ; participants_count : number ; start_time : (...) | (...); } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...; expires_at : ...; filter_action : ...; id : ...; title : ...; } ; keyword_matches : (...) | (...); status_matches : (...) | (...); } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...) | (...); relationship : (...) | (...); statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)[] ; with_approval : (...)[] } ; can_reblog : { always : (...)[] ; with_approval : (...)[] } ; can_reply : { always : (...)[] ; with_approval : (...)[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)[] ; expired : boolean ; expires_at : (...) | (...); id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)[] ; own_votes : (...) | (...); voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : (...) | (...) | (...) | (...) | (...) | (...); status : (...) | (...); } | { state : (...) | (...) | (...) | (...) | (...) | (...); status_id : (...) | (...); } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...) | (...); id : string ; image_url : (...) | (...); title : (...) | (...); url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...) | (...) | (...); history : (...) | (...); name : string ; total : (...) | (...); url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...) | (...); media_attachments : (...)[] ; poll ?: (...) | (...); provider : (...) | (...); spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , true , > , > reopenReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > resolveReport : ( reportId : string , action_taken_comment ?: string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > unassignReport : ( reportId : string , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > updateReport : ( reportId : string , params : AdminUpdateReportParams , ) => Promise < { account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; action_taken ?: boolean ; action_taken_at : null | string ; action_taken_by_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; assigned_account : | null | { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; statuses : { account : null | Account ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblog : null | Status ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } [] ; target_account : { account : null | Account ; actor_type : null | string ; approved : boolean ; confirmed : boolean ; created_at : string ; created_by_application_id ?: string ; disabled : boolean ; display_name : null | string ; domain : null | string ; email : null | string ; id : string ; invite_request : null | string ; invited_by_account_id ?: string ; ip : null | string ; ips : { ip : string ; used_at : string } [] ; locale : null | string ; role : | null | { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } ; silenced : boolean ; suggested : null | boolean ; suspended : boolean ; username : string ; } ; updated_at ?: string ; } , > retention : { getRetention : ( start_at : string , end_at : string , frequency : "day" | "month" , ) => Promise < { data : { date : string ; rate : number ; value : number } [] ; frequency : "day" | "month" ; period : string ; } [] , > ; } getRetention : ( start_at : string , end_at : string , frequency : "day" | "month" , ) => Promise < { data : { date : string ; rate : number ; value : number } [] ; frequency : "day" | "month" ; period : string ; } [] , > rules : { createRule : ( params : AdminCreateRuleParams , ) => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } , > ; deleteRule : ( ruleId : string ) => Promise < {} > ; getRules : () => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } [] , > ; updateRule : ( ruleId : string , params : AdminUpdateRuleParams , ) => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } , > ; } createRule : ( params : AdminCreateRuleParams , ) => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } , > deleteRule : ( ruleId : string ) => Promise < {} > getRules : () => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } [] , > updateRule : ( ruleId : string , params : AdminUpdateRuleParams , ) => Promise < { created_at ?: string ; hint : string ; id : string ; priority : null | number ; text : string ; updated_at ?: string ; } , > statuses : { deleteStatus : ( statusId : string ) => Promise < {} > ; getStatus : ( statusId : string ) => Promise < Status > ; getStatuses : ( params ?: AdminGetStatusesParams , ) => Promise < PaginatedResponse < Status , true > > ; updateStatus : ( statusId : string , params : AdminUpdateStatusParams , ) => Promise < Status > ; } deleteStatus : ( statusId : string ) => Promise < {} > getStatus : ( statusId : string ) => Promise < Status > trends : { getTrendingLinks : () => Promise < { author_name : string ; author_url : string ; blurhash : null | string ; description : string ; embed_url : string ; height : null | number ; history : null | { accounts : number ; day : number ; uses : number } [] ; html : string ; id : string ; image : null | string ; image_description : null | string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : null | number ; } [] , > ; getTrendingStatuses : () => Promise < Status [] > ; getTrendingTags : () => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; id : string ; name : string ; requires_review : boolean ; total : null | number ; trendable : boolean ; url : string ; usable : boolean ; } [] , > ; } getTrendingLinks : () => Promise < { author_name : string ; author_url : string ; blurhash : null | string ; description : string ; embed_url : string ; height : null | number ; history : null | { accounts : number ; day : number ; uses : number } [] ; html : string ; id : string ; image : null | string ; image_description : null | string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : null | number ; } [] , > getTrendingStatuses : () => Promise < Status [] > getTrendingTags : () => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; id : string ; name : string ; requires_review : boolean ; total : null | number ; trendable : boolean ; url : string ; usable : boolean ; } [] , > Readonly
announcements announcements : { addAnnouncementReaction : ( announcementId : string , emoji : string , ) => Promise < {} > ; deleteAnnouncementReaction : ( announcementId : string , emoji : string , ) => Promise < {} > ; dismissAnnouncements : ( announcementId : string ) => Promise < {} > ; getAnnouncements : () => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } [] , > ; } = ...
Type declaration addAnnouncementReaction : ( announcementId : string , emoji : string ) => Promise < {} > deleteAnnouncementReaction : ( announcementId : string , emoji : string ) => Promise < {} > dismissAnnouncements : ( announcementId : string ) => Promise < {} > getAnnouncements : () => Promise < { all_day : boolean ; content : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; ends_at : null | string ; id : string ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; published_at : string ; reactions : { announcement_id : string ; count : number ; me : boolean ; name : string ; static_url : null | string ; url : null | string ; } [] ; read : boolean ; starts_at : null | string ; statuses : { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; updated_at : string ; } [] , > Readonly
antennas antennas : { addAntennaAccount : ( antennaId : string , accountId : string ) => Promise < {} > ; addAntennaDomain : ( antennaId : string , domain : string ) => Promise < {} > ; addAntennaExcludeAccount : ( antennaId : string , accountId : string , ) => Promise < {} > ; addAntennaExcludeDomain : ( antennaId : string , domain : string ) => Promise < {} > ; addAntennaExcludeKeyword : ( antennaId : string , keyword : string , ) => Promise < {} > ; addAntennaExcludeTag : ( antennaId : string , tag : string ) => Promise < {} > ; addAntennaKeyword : ( antennaId : string , keyword : string ) => Promise < {} > ; addAntennaTag : ( antennaId : string , tag : string ) => Promise < {} > ; createAntenna : ( params : CreateAntennaParams ) => Promise < Antenna > ; deleteAntenna : ( antennaId : string ) => Promise < {} > ; fetchAntennas : () => Promise < Antenna [] > ; getAntennaAccounts : ( antennaId : string ) => Promise < Account [] > ; getAntennaDomains : ( antennaId : string , ) => Promise < { domains : string [] ; exclude_domains : string [] } > ; getAntennaExcludeAccounts : ( antennaId : string ) => Promise < Account [] > ; getAntennaKeywords : ( antennaId : string , ) => Promise < { exclude_keywords : string [] ; keywords : string [] } > ; getAntennas : ( antennaId : string ) => Promise < Antenna > ; getAntennaTags : ( antennaId : string , ) => Promise < { exclude_tags : string [] ; tags : string [] } > ; removeAntennaAccount : ( antennaId : string , accountId : string ) => Promise < {} > ; removeAntennaDomain : ( antennaId : string , domain : string ) => Promise < {} > ; removeAntennaExcludeAccount : ( antennaId : string , accountId : string , ) => Promise < {} > ; removeAntennaExcludeDomain : ( antennaId : string , domain : string , ) => Promise < {} > ; removeAntennaExcludeKeyword : ( antennaId : string , keyword : string , ) => Promise < {} > ; removeAntennaExcludeTag : ( antennaId : string , tag : string ) => Promise < {} > ; removeAntennaKeyword : ( antennaId : string , keyword : string ) => Promise < {} > ; removeAntennaTag : ( antennaId : string , tag : string ) => Promise < {} > ; updateAntenna : ( antennaId : string , params : UpdateAntennaParams , ) => Promise < Antenna > ; } = ... Type declaration addAntennaAccount : ( antennaId : string , accountId : string ) => Promise < {} > addAntennaDomain : ( antennaId : string , domain : string ) => Promise < {} > addAntennaExcludeAccount : ( antennaId : string , accountId : string ) => Promise < {} > addAntennaExcludeDomain : ( antennaId : string , domain : string ) => Promise < {} > addAntennaExcludeKeyword : ( antennaId : string , keyword : string ) => Promise < {} > addAntennaExcludeTag : ( antennaId : string , tag : string ) => Promise < {} > addAntennaKeyword : ( antennaId : string , keyword : string ) => Promise < {} > addAntennaTag : ( antennaId : string , tag : string ) => Promise < {} > createAntenna : ( params : CreateAntennaParams ) => Promise < Antenna > deleteAntenna : ( antennaId : string ) => Promise < {} > fetchAntennas : () => Promise < Antenna [] > getAntennaAccounts : ( antennaId : string ) => Promise < Account [] > getAntennaDomains : ( antennaId : string ) => Promise < { domains : string [] ; exclude_domains : string [] } > getAntennaExcludeAccounts : ( antennaId : string ) => Promise < Account [] > getAntennaKeywords : ( antennaId : string , ) => Promise < { exclude_keywords : string [] ; keywords : string [] } > getAntennas : ( antennaId : string ) => Promise < Antenna > getAntennaTags : ( antennaId : string ) => Promise < { exclude_tags : string [] ; tags : string [] } > removeAntennaAccount : ( antennaId : string , accountId : string ) => Promise < {} > removeAntennaDomain : ( antennaId : string , domain : string ) => Promise < {} > removeAntennaExcludeAccount : ( antennaId : string , accountId : string ) => Promise < {} > removeAntennaExcludeDomain : ( antennaId : string , domain : string ) => Promise < {} > removeAntennaExcludeKeyword : ( antennaId : string , keyword : string ) => Promise < {} > removeAntennaExcludeTag : ( antennaId : string , tag : string ) => Promise < {} > removeAntennaKeyword : ( antennaId : string , keyword : string ) => Promise < {} > removeAntennaTag : ( antennaId : string , tag : string ) => Promise < {} > updateAntenna : ( antennaId : string , params : UpdateAntennaParams ) => Promise < Antenna > Readonly
apps apps : { createApplication : ( params : CreateApplicationParams , ) => Promise < { client_id : string ; client_secret : string ; client_secret_expires_at ?: string ; id ?: string ; name : string ; redirect_uri ?: string ; redirect_uris : string [] ; vapid_key ?: string ; website ?: string ; } , > ; verifyApplication : () => Promise < { id ?: string ; name : string ; redirect_uri ?: string ; redirect_uris : string [] ; vapid_key ?: string ; website ?: string ; } , > ; } = ... Type declaration createApplication : ( params : CreateApplicationParams , ) => Promise < { client_id : string ; client_secret : string ; client_secret_expires_at ?: string ; id ?: string ; name : string ; redirect_uri ?: string ; redirect_uris : string [] ; vapid_key ?: string ; website ?: string ; } , > verifyApplication : () => Promise < { id ?: string ; name : string ; redirect_uri ?: string ; redirect_uris : string [] ; vapid_key ?: string ; website ?: string ; } , > Readonly
chats chats : { createChat : ( accountId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...)
| (...)
; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > ; createChatMessage : ( chatId : string , params : CreateChatMessageParams , ) => Promise < { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } , > ; deleteChat : ( chatId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...)
| (...)
; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > ; deleteChatMessage : ( chatId : string , messageId : string , ) => Promise < { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } , > ; getChat : ( chatId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...)
| (...)
; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > ; getChatMessages : ( chatId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; small ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : (...)
| (...)
; duration : (...)
| (...)
; frame_rate : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; small ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: (...)
| (...)
; background ?: (...)
| (...)
; duration ?: (...)
| (...)
; foreground ?: (...)
| (...)
; } ; duration ?: number ; original ?: { bitrate ?: (...)
| (...)
; duration ?: (...)
| (...)
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } , true , > , > ; getChats : ( params ?: GetChatsParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: (...)
| (...)
; original ?: (...)
| (...)
; small ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...)
| (...)
; original ?: (...)
| (...)
; small ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...)
| (...)
; focus ?: (...)
| (...)
; original ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: (...)
| (...)
; duration ?: (...)
| (...)
; original ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , true , > , > ; markChatAsRead : ( chatId : string , last_read_id : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...)
| (...)
; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > ; markChatMessageAsRead : ( chatId : string , chatMessageId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...)
| (...)
; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > ; } = ... Type declaration createChat : ( accountId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...) | (...); name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > createChatMessage : ( chatId : string , params : CreateChatMessageParams , ) => Promise < { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } , > deleteChat : ( chatId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...) | (...); name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > deleteChatMessage : ( chatId : string , messageId : string , ) => Promise < { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } , > getChat : ( chatId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...) | (...); name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > getChatMessages : ( chatId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; small ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : (...) | (...); duration : (...) | (...); frame_rate : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; small ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: (...) | (...); background ?: (...) | (...); duration ?: (...) | (...); foreground ?: (...) | (...); } ; duration ?: number ; original ?: { bitrate ?: (...) | (...); duration ?: (...) | (...) } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } , true , > , > getChats : ( params ?: GetChatsParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: (...) | (...); original ?: (...) | (...); small ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...) | (...); original ?: (...) | (...); small ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...) | (...); focus ?: (...) | (...); original ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: (...) | (...); duration ?: (...) | (...); original ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , true , > , > markChatAsRead : ( chatId : string , last_read_id : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...) | (...); name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > markChatMessageAsRead : ( chatId : string , chatMessageId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; last_message : | null | { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...) | (...); name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; unread : number ; updated_at : string ; } , > Readonly
circles circles : { createCircle : ( title : string ) => Promise < { id : string ; title : string } > ; deleteCircle : ( circleId : string ) => Promise < {} > ; fetchCircles : () => Promise < { id : string ; title : string } [] > ; getCircle : ( circleId : string ) => Promise < { id : string ; title : string } > ; getCircleStatuses : ( circleId : string , params : PaginationParams , ) => Promise < PaginatedResponse < Status , true > > ; updateCircle : ( circleId : string , title : string , ) => Promise < { id : string ; title : string } > ; } = ... Type declaration createCircle : ( title : string ) => Promise < { id : string ; title : string } > deleteCircle : ( circleId : string ) => Promise < {} > fetchCircles : () => Promise < { id : string ; title : string } [] > getCircle : ( circleId : string ) => Promise < { id : string ; title : string } > updateCircle : ( circleId : string , title : string ) => Promise < { id : string ; title : string } > Readonly
drive drive : { createFile : ( file : File , folderId : string , ) => Promise < { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } , > ; createFolder : ( name : string , parentId : string , ) => Promise < { files : { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } [] ; folders : { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] ; id : null | string ; name : null | string ; parent_id : null | string ; } , > ; deleteFile : ( id : string ) => Promise < PlApiResponse < {} > > ; deleteFolder : ( id : string ) => Promise < PlApiResponse < {} > > ; getDrive : () => Promise < { files : { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } [] ; folders : { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] ; id : null | string ; name : null | string ; parent_id : null | string ; } , > ; getFile : ( id : string , ) => Promise < { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } , > ; getFolder : ( id : string , ) => Promise < { files : { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } [] ; folders : { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] ; id : null | string ; name : null | string ; parent_id : null | string ; } , > ; moveFile : ( id : string , targetFolderId : string , ) => Promise < { files : { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } [] ; folders : { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] ; id : null | string ; name : null | string ; parent_id : null | string ; } , > ; moveFolder : ( id : string , targetFolderId : string , ) => Promise < { files : { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } [] ; folders : { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] ; id : null | string ; name : null | string ; parent_id : null | string ; } , > ; updateFile : ( id : string , params : UpdateFileParams , ) => Promise < { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } , > ; updateFolder : ( id : string , name : string , ) => Promise < { files : { content_type : string ; description : null | string ; filename : string ; id : string ; is_avatar : boolean ; is_banner : boolean ; sensitive : boolean ; thumbnail_url : string ; url : string ; } [] ; folders : { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] ; id : null | string ; name : null | string ; parent_id : null | string ; } , > ; } = ... Readonly
emails emails : { resendConfirmationEmail : ( email : string ) => Promise < {} > } = ...
Readonly
events events : { acceptEventParticipationRequest : ( statusId : string , accountId : string , ) => Promise < Status > ; createEvent : ( params : CreateEventParams ) => Promise < Status > ; editEvent : ( statusId : string , params : EditEventParams ) => Promise < Status > ; getEventIcs : ( statusId : string ) => Promise < string > ; getEventParticipationRequests : ( statusId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; participation_message : string ; } , true , > , > ; getEventParticipations : ( statusId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < Account , true > > ; getJoinedEvents : ( state ?: "pending" | "reject" | "accept" , params ?: PaginationParams , ) => Promise < PaginatedResponse < Status , true > > ; joinEvent : ( statusId : string , participation_message ?: string , ) => Promise < Status > ; leaveEvent : ( statusId : string ) => Promise < Status > ; rejectEventParticipationRequest : ( statusId : string , accountId : string , ) => Promise < Status > ; } = ... Type declaration acceptEventParticipationRequest : ( statusId : string , accountId : string ) => Promise < Status > editEvent : ( statusId : string , params : EditEventParams ) => Promise < Status > getEventIcs : ( statusId : string ) => Promise < string > getEventParticipationRequests : ( statusId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; participation_message : string ; } , true , > , > getJoinedEvents : ( state ?: "pending" | "reject" | "accept" , params ?: PaginationParams , ) => Promise < PaginatedResponse < Status , true > > joinEvent : ( statusId : string , participation_message ?: string ) => Promise < Status > leaveEvent : ( statusId : string ) => Promise < Status > rejectEventParticipationRequest : ( statusId : string , accountId : string ) => Promise < Status > Readonly
experimental experimental : { admin : { groups : { deleteGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles ; } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles ; } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroups : ( params ?: AdminGetGroupsParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles ; } ; statuses_visibility : string ; uri : string ; url : string ; } [] , > ; suspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles ; } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; unsuspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles ; } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; } ; } ; groups : { acceptGroupMembershipRequest : ( groupId : string , accountId : string , ) => Promise < {} > ; blockGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > ; createGroup : ( params : CreateGroupParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; deleteGroup : ( groupId : string ) => Promise < {} > ; deleteGroupStatus : ( groupId : string , statusId : string ) => Promise < Status > ; demoteGroupUsers : ( groupId : string , accountIds : string [] , role : "user" | "owner" | "admin" , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } [] , > ; getGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroupBlocks : ( groupId : string , params ?: GetGroupBlocksParams , ) => Promise < PaginatedResponse < Account , true > > ; getGroupMembershipRequests : ( groupId : string , params ?: GetGroupMembershipRequestsParams , ) => Promise < PaginatedResponse < Account , true > > ; getGroupMemberships : ( groupId : string , role ?: "user" | "owner" | "admin" , params ?: GetGroupMembershipsParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } , true , > , > ; getGroupRelationships : ( groupIds : string [] , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } [] , > ; getGroups : () => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] , > ; joinGroup : ( groupId : string , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } , > ; kickGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > ; leaveGroup : ( groupId : string , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } , > ; promoteGroupUsers : ( groupId : string , accountIds : string [] , role : "user" | "owner" | "admin" , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } [] , > ; rejectGroupMembershipRequest : ( groupId : string , accountId : string , ) => Promise < {} > ; unblockGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > ; updateGroup : ( groupId : string , params : UpdateGroupParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; } ; } = ... Type declaration admin : { groups : { deleteGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroups : ( params ?: AdminGetGroupsParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] , > ; suspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; unsuspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; } ; } groups : { deleteGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroups : ( params ?: AdminGetGroupsParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] , > ; suspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; unsuspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; } deleteGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > getGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > getGroups : ( params ?: AdminGetGroupsParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] , > suspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > unsuspendGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > groups : { acceptGroupMembershipRequest : ( groupId : string , accountId : string , ) => Promise < {} > ; blockGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > ; createGroup : ( params : CreateGroupParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; deleteGroup : ( groupId : string ) => Promise < {} > ; deleteGroupStatus : ( groupId : string , statusId : string ) => Promise < Status > ; demoteGroupUsers : ( groupId : string , accountIds : string [] , role : "user" | "owner" | "admin" , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } [] , > ; getGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; getGroupBlocks : ( groupId : string , params ?: GetGroupBlocksParams , ) => Promise < PaginatedResponse < Account , true > > ; getGroupMembershipRequests : ( groupId : string , params ?: GetGroupMembershipRequestsParams , ) => Promise < PaginatedResponse < Account , true > > ; getGroupMemberships : ( groupId : string , role ?: "user" | "owner" | "admin" , params ?: GetGroupMembershipsParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } , true , > , > ; getGroupRelationships : ( groupIds : string [] , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } [] , > ; getGroups : () => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] , > ; joinGroup : ( groupId : string , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } , > ; kickGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > ; leaveGroup : ( groupId : string , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } , > ; promoteGroupUsers : ( groupId : string , accountIds : string [] , role : "user" | "owner" | "admin" , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } [] , > ; rejectGroupMembershipRequest : ( groupId : string , accountId : string , ) => Promise < {} > ; unblockGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > ; updateGroup : ( groupId : string , params : UpdateGroupParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > ; } acceptGroupMembershipRequest : ( groupId : string , accountId : string ) => Promise < {} > blockGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > createGroup : ( params : CreateGroupParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > deleteGroup : ( groupId : string ) => Promise < {} > deleteGroupStatus : ( groupId : string , statusId : string ) => Promise < Status > demoteGroupUsers : ( groupId : string , accountIds : string [] , role : "user" | "owner" | "admin" , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } [] , > getGroup : ( groupId : string , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > getGroupMemberships : ( groupId : string , role ?: "user" | "owner" | "admin" , params ?: GetGroupMembershipsParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } , true , > , > getGroupRelationships : ( groupIds : string [] , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } [] , > getGroups : () => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] , > joinGroup : ( groupId : string , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } , > kickGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > leaveGroup : ( groupId : string , ) => Promise < { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } , > promoteGroupUsers : ( groupId : string , accountIds : string [] , role : "user" | "owner" | "admin" , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : string ; role : GroupRoles ; } [] , > rejectGroupMembershipRequest : ( groupId : string , accountId : string ) => Promise < {} > unblockGroupUsers : ( groupId : string , accountIds : string [] ) => Promise < {} > updateGroup : ( groupId : string , params : UpdateGroupParams , ) => Promise < { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } , > features features : { accountAvatarDescription : boolean ; accountBackups : boolean ; accountByUsername : boolean ; accountCreation : boolean ; accountDiscoverability : boolean ; accountEnableRss : boolean ; accountEndorsements : boolean ; accountIsCat : boolean ; accountLocation : boolean ; accountLookup : boolean ; accountMentionPolicy : boolean ; accountMoving : boolean ; accountNotifies : boolean ; accountWebLayout : boolean ; accountWebVisibility : boolean ; addressableLists : boolean ; adminCustomEmojis : boolean ; adminRules : boolean ; adminRulesPriority : boolean ; announcements : boolean ; announcementsReactions : boolean ; birthdays : boolean ; bites : boolean ; blockersVisible : boolean ; bookmarkFolderEmojis : boolean ; bookmarkFolders : boolean ; bookmarkFoldersMultiple : boolean ; bookmarks : boolean ; bots : boolean ; bubbleTimeline : boolean ; bubbleTimelineStreaming : boolean ; changeEmail : boolean ; changePassword : boolean ; chats : boolean ; chatsDelete : boolean ; circles : boolean ; conversations : boolean ; conversationsByRecipients : boolean ; createStatusExpiration : boolean ; createStatusExplicitAddressing : boolean ; createStatusListScope : boolean ; createStatusLocalScope : boolean ; createStatusMutualsOnlyScope : boolean ; createStatusPreview : boolean ; createStatusReplyToConversation : boolean ; createStatusSubscribersScope : boolean ; customEmojiReacts : boolean ; deleteAccount : boolean ; deleteAccountWithoutPassword : boolean ; deleteMedia : boolean ; domains : boolean ; editProfile : boolean ; editStatuses : boolean ; emailList : boolean ; embeds : boolean ; emojiReacts : boolean ; emojiReactsList : boolean ; events : boolean ; exportBlocks : boolean ; exportFollowers : boolean ; exportFollows : boolean ; exportLists : boolean ; exportMutes : boolean ; exposableReactions : boolean ; familiarFollowers : boolean ; featuredTags : boolean ; federating : boolean ; filters : boolean ; filtersV2 : boolean ; focalPoint : boolean ; followedHashtagsList : boolean ; followHashtags : boolean ; followRequests : boolean ; frontendConfigurations : boolean ; groupedNotifications : boolean ; groups : boolean ; groupsSlugs : boolean ; hideNetwork : boolean ; importBlocks : boolean ; importFollowers : boolean ; importFollows : boolean ; importMutes : boolean ; importOverwrite : boolean ; instanceTimeline : boolean ; instanceV2 : boolean ; interactionRequests : boolean ; kmyblue_antenna : boolean ; languageDetection : boolean ; lazyTranslations : boolean ; lists : boolean ; listsFavourites : boolean ; loadActivities : boolean ; loadConversation : boolean ; localOnlyStatuses : boolean ; logInWithUsername : boolean ; manageAccountAliases : boolean ; manageMfa : boolean ; manageMfaBackupCodes : boolean ; manageMfaRequiresPassword : boolean ; mastodonAdmin : boolean ; mastodonAdminMetrics : boolean ; mastodonAdminV2 : boolean ; mediaV2 : boolean ; multiLanguage : boolean ; mutes : boolean ; mutesDuration : boolean ; muteStrangers : boolean ; notes : boolean ; notificationsDismissMultiple : boolean ; notificationsExcludeTypes : boolean ; notificationsExcludeVisibilities : boolean ; notificationsGetUnreadCount : boolean ; notificationsIncludeTypes : boolean ; notificationsPolicy : boolean ; notificationsRequestsAcceptMultiple : boolean ; outgoingFollowRequests : boolean ; pleromaAdminAccounts : boolean ; pleromaAdminAnnouncements : boolean ; pleromaAdminModerationLog : boolean ; pleromaAdminRelays : boolean ; pleromaAdminStatuses : boolean ; pleromaRemoteFollow : boolean ; polls : boolean ; postLanguages : boolean ; preferredFrontends : boolean ; privacyScopes : boolean ; profileDirectory : boolean ; profileFields : boolean ; publicFavourites : boolean ; publicTimeline : boolean ; quotePosts : boolean ; reblogVisibility : boolean ; remoteInteractions : boolean ; removeFromFollowers : boolean ; resetPassword : boolean ; richText : boolean ; rssFeeds : boolean ; rssFeedSubscriptions : boolean ; scheduledStatuses : boolean ; scheduledStatusesBackwards : boolean ; scrobbles : boolean ; searchFromAccount : boolean ; sessions : boolean ; shoutbox : boolean ; spoilers : boolean ; statusDislikes : boolean ; stories : boolean ; subscriptions : boolean ; suggestions : boolean ; suggestionsDismiss : boolean ; suggestionsV2 : boolean ; translations : boolean ; trendingLinks : boolean ; trendingStatuses : boolean ; trendingStatusesRange : boolean ; trends : boolean ; unrestrictedLists : boolean ; version : BackendVersion ; } = ... Readonly
filtering filtering : { addFilterKeyword : ( filterId : string , keyword : string , whole_word ?: boolean , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } > ; addFilterStatus : ( filterId : string , statusId : string , ) => Promise < { id : string ; status_id : string } > ; blockAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; blockDomain : ( domain : string ) => Promise < {} > ; createFilter : ( params : CreateFilterParams , ) => Promise < { context : (
"public" | "account" | "home" | "notifications" | "thread" )
[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } , > ; deleteFilter : ( filterId : string ) => Promise < {} > ; deleteFilterKeyword : ( filterId : string ) => Promise < {} > ; deleteFilterStatus : ( statusId : string ) => Promise < {} > ; getBlocks : ( params ?: GetBlocksParams , ) => Promise < PaginatedResponse < Account , true > > ; getDomainBlocks : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < string , true > > ; getFilter : ( filterId : string , ) => Promise < { context : (
"public" | "account" | "home" | "notifications" | "thread" )
[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } , > ; getFilterKeyword : ( filterId : string , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } > ; getFilterKeywords : ( filterId : string , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } [] > ; getFilters : () => Promise < { context : (
"public" | "account" | "home" | "notifications" | "thread" )
[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } [] , > ; getFilterStatus : ( statusId : string , ) => Promise < { id : string ; status_id : string } > ; getFilterStatuses : ( filterId : string , ) => Promise < { id : string ; status_id : string } [] > ; getMutes : ( params ?: GetMutesParams , ) => Promise < PaginatedResponse < MutedAccount , true > > ; muteAccount : ( accountId : string , params ?: MuteAccountParams , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; unblockAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; unblockDomain : ( domain : string ) => Promise < {} > ; unmuteAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; updateFilter : ( filterId : string , params : UpdateFilterParams , ) => Promise < { context : (
"public" | "account" | "home" | "notifications" | "thread" )
[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } , > ; updateFilterKeyword : ( filterId : string , keyword : string , whole_word ?: boolean , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } > ; } = ... Type declaration addFilterKeyword : ( filterId : string , keyword : string , whole_word ?: boolean , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } > addFilterStatus : ( filterId : string , statusId : string , ) => Promise < { id : string ; status_id : string } > blockAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > blockDomain : ( domain : string ) => Promise < {} > createFilter : ( params : CreateFilterParams , ) => Promise < { context : ("public" | "account" | "home" | "notifications" | "thread" )[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } , > deleteFilter : ( filterId : string ) => Promise < {} > deleteFilterKeyword : ( filterId : string ) => Promise < {} > deleteFilterStatus : ( statusId : string ) => Promise < {} > getFilter : ( filterId : string , ) => Promise < { context : ("public" | "account" | "home" | "notifications" | "thread" )[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } , > getFilterKeyword : ( filterId : string , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } > getFilterKeywords : ( filterId : string , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } [] > getFilters : () => Promise < { context : ("public" | "account" | "home" | "notifications" | "thread" )[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } [] , > getFilterStatus : ( statusId : string ) => Promise < { id : string ; status_id : string } > getFilterStatuses : ( filterId : string ) => Promise < { id : string ; status_id : string } [] > muteAccount : ( accountId : string , params ?: MuteAccountParams , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > unblockAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > unblockDomain : ( domain : string ) => Promise < {} > unmuteAccount : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > updateFilter : ( filterId : string , params : UpdateFilterParams , ) => Promise < { context : ("public" | "account" | "home" | "notifications" | "thread" )[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; keywords : { id : string ; keyword : string ; whole_word : boolean } [] ; statuses : { id : string ; status_id : string } [] ; title : string ; } , > updateFilterKeyword : ( filterId : string , keyword : string , whole_word ?: boolean , ) => Promise < { id : string ; keyword : string ; whole_word : boolean } > Readonly
grouped Notifications groupedNotifications : { dismissNotificationGroup : ( groupKey : string ) => Promise < {} > ; getGroupedNotifications : ( params : GetGroupedNotificationsParams , meta ?: RequestMeta , ) => Promise < PaginatedResponse < { accounts : Account [] ; notification_groups : (
| { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "follow" | "follow_request" | "admin.sign_up" | "bite" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; subtype : null | "reply" ; type : "mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; sample_account_ids : string [] ; type : "admin.report" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; relationship_severance_event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; sample_account_ids : string [] ; type : "severed_relationships" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : null | { state : ...
; text : ...
} ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : ...
; accepts_chat_messages : ...
; acct : ...
; ap_id : ...
; avatar : ...
; avatar_description : ...
; avatar_static : ...
; background_image : ...
; birthday ?: ...
; bot : ...
; created_at : ...
; custom_css : ...
; deactivated ?: ...
; discoverable : ...
; display_name : ...
; domain : ...
; emojis : ...
; enable_rss : ...
; favicon ?: ...
; fields : ...
; followers_count : ...
; following_count : ...
; fqn : ...
; group : ...
; header : ...
; header_description : ...
; header_static : ...
; hide_collections ?: ...
; hide_favorites : ...
; hide_followers ?: ...
; hide_followers_count ?: ...
; hide_follows ?: ...
; hide_follows_count ?: ...
; id : ...
; identity_proofs : ...
; is_admin ?: ...
; is_cat : ...
; is_moderator ?: ...
; is_suggested ?: ...
; last_status_at : ...
; limited ?: ...
; local ?: ...
; location ?: ...
; locked : ...
; mention_policy : ...
; moved : ...
; noindex : ...
; note : ...
; payment_options : ...
; permit_followback ?: ...
; pronouns : ...
; relationship ?: ...
; roles : ...
; speak_as_cat : ...
; statuses_count : ...
; subscribers_count : ...
; suspended ?: ...
; url : ...
; username : ...
; verified ?: ...
; } & WithMoved ; text : string ; } ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "moderation_warning" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; target_id : string ; type : "move" ; } | { emoji : string ; emoji_url : null | string ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : "emoji_reaction" ; } | { chat_message : { account_id : string ; attachment : | null | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } ; card : | null | { author_name : ...
; author_url : ...
; authors : ...
; blurhash : ...
; description : ...
; embed_url : ...
; height : ...
; html : ...
; image : ...
; image_description : ...
; provider_name : ...
; provider_url : ...
; title : ...
; type : ...
; url : ...
; width : ...
; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; id : string ; unread : boolean ; } ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "chat_mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; participation_message : null | string ; sample_account_ids : string [] ; status_id : string ; type : "participation_accepted" | "participation_request" ; } )
[] ; partial_accounts ?: { acct : string ; avatar : string ; avatar_static : string ; bot : boolean ; id : string ; locked : boolean ; url : string ; } [] ; statuses : Status [] ; } , false , > , > ; getNotificationGroup : ( groupKey : string , ) => Promise < { accounts : Account [] ; notification_groups : (
| { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "follow" | "follow_request" | "admin.sign_up" | "bite" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; subtype : null | "reply" ; type : "mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; sample_account_ids : string [] ; type : "admin.report" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; relationship_severance_event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; sample_account_ids : string [] ; type : "severed_relationships" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : null | { state : (...)
| (...)
| (...)
; text : string } ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; moved : (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } & WithMoved ; text : string ; } ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "moderation_warning" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; target_id : string ; type : "move" ; } | { emoji : string ; emoji_url : null | string ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : "emoji_reaction" ; } | { chat_message : { account_id : string ; attachment : | null | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : (...)
[] ; blurhash : (...)
| (...)
; description : string ; embed_url : string ; height : number ; html : string ; image : (...)
| (...)
; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...)
| (...)
| (...)
| (...)
; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "chat_mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; participation_message : null | string ; sample_account_ids : string [] ; status_id : string ; type : "participation_accepted" | "participation_request" ; } )
[] ; partial_accounts ?: { acct : string ; avatar : string ; avatar_static : string ; bot : boolean ; id : string ; locked : boolean ; url : string ; } [] ; statuses : Status [] ; } , > ; getNotificationGroupAccounts : ( groupKey : string ) => Promise < Account [] > ; getUnreadNotificationGroupCount : ( params : GetUnreadNotificationGroupCountParams , ) => Promise < { count : number } > ; } = ... Type declaration dismissNotificationGroup : ( groupKey : string ) => Promise < {} > getGroupedNotifications : ( params : GetGroupedNotificationsParams , meta ?: RequestMeta , ) => Promise < PaginatedResponse < { accounts : Account [] ; notification_groups : ( | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "follow" | "follow_request" | "admin.sign_up" | "bite" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; subtype : null | "reply" ; type : "mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; sample_account_ids : string [] ; type : "admin.report" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; relationship_severance_event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; sample_account_ids : string [] ; type : "severed_relationships" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : null | { state : ...; text : ... } ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : ...; accepts_chat_messages : ...; acct : ...; ap_id : ...; avatar : ...; avatar_description : ...; avatar_static : ...; background_image : ...; birthday ?: ...; bot : ...; created_at : ...; custom_css : ...; deactivated ?: ...; discoverable : ...; display_name : ...; domain : ...; emojis : ...; enable_rss : ...; favicon ?: ...; fields : ...; followers_count : ...; following_count : ...; fqn : ...; group : ...; header : ...; header_description : ...; header_static : ...; hide_collections ?: ...; hide_favorites : ...; hide_followers ?: ...; hide_followers_count ?: ...; hide_follows ?: ...; hide_follows_count ?: ...; id : ...; identity_proofs : ...; is_admin ?: ...; is_cat : ...; is_moderator ?: ...; is_suggested ?: ...; last_status_at : ...; limited ?: ...; local ?: ...; location ?: ...; locked : ...; mention_policy : ...; moved : ...; noindex : ...; note : ...; payment_options : ...; permit_followback ?: ...; pronouns : ...; relationship ?: ...; roles : ...; speak_as_cat : ...; statuses_count : ...; subscribers_count : ...; suspended ?: ...; url : ...; username : ...; verified ?: ...; } & WithMoved ; text : string ; } ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "moderation_warning" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; target_id : string ; type : "move" ; } | { emoji : string ; emoji_url : null | string ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : "emoji_reaction" ; } | { chat_message : { account_id : string ; attachment : | null | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } ; card : | null | { author_name : ...; author_url : ...; authors : ...; blurhash : ...; description : ...; embed_url : ...; height : ...; html : ...; image : ...; image_description : ...; provider_name : ...; provider_url : ...; title : ...; type : ...; url : ...; width : ...; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; id : string ; unread : boolean ; } ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "chat_mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; participation_message : null | string ; sample_account_ids : string [] ; status_id : string ; type : "participation_accepted" | "participation_request" ; } )[] ; partial_accounts ?: { acct : string ; avatar : string ; avatar_static : string ; bot : boolean ; id : string ; locked : boolean ; url : string ; } [] ; statuses : Status [] ; } , false , > , > getNotificationGroup : ( groupKey : string , ) => Promise < { accounts : Account [] ; notification_groups : ( | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "follow" | "follow_request" | "admin.sign_up" | "bite" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; subtype : null | "reply" ; type : "mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; sample_account_ids : string [] ; type : "admin.report" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; relationship_severance_event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; sample_account_ids : string [] ; type : "severed_relationships" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : null | { state : (...) | (...) | (...); text : string } ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); moved : (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } & WithMoved ; text : string ; } ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "moderation_warning" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; target_id : string ; type : "move" ; } | { emoji : string ; emoji_url : null | string ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; status_id : string ; type : "emoji_reaction" ; } | { chat_message : { account_id : string ; attachment : | null | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : (...)[] ; blurhash : (...) | (...); description : string ; embed_url : string ; height : number ; html : string ; image : (...) | (...); image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...) | (...) | (...) | (...); url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; sample_account_ids : string [] ; type : "chat_mention" ; } | { group_key : string ; is_muted ?: boolean ; is_seen ?: boolean ; latest_page_notification_at ?: string ; most_recent_notification_id : string ; notifications_count : number ; page_max_id ?: string ; page_min_id ?: string ; participation_message : null | string ; sample_account_ids : string [] ; status_id : string ; type : "participation_accepted" | "participation_request" ; } )[] ; partial_accounts ?: { acct : string ; avatar : string ; avatar_static : string ; bot : boolean ; id : string ; locked : boolean ; url : string ; } [] ; statuses : Status [] ; } , > getNotificationGroupAccounts : ( groupKey : string ) => Promise < Account [] > Readonly
instance instance : { getCustomEmojis : () => Promise < { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] , > ; getFrontendConfigurations : () => Promise < { [ key : string ]: { [ key : string ]: any } } , > ; getInstance : () => Promise < Readonly < { account_domain : string ; api_versions : { [ key : string ]: number } ; configuration : { accounts : | null | { allow_custom_css : boolean ; max_featured_tags : number ; max_profile_fields : number ; } ; chats : { max_characters : number } ; groups : { max_characters_description : number ; max_characters_name : number ; } ; limited_federation ?: boolean ; media_attachments : { image_matrix_limit ?: number ; image_size_limit ?: number ; supported_mime_types ?: string [] ; video_duration_limit ?: number ; video_frame_rate_limit ?: number ; video_matrix_limit ?: number ; video_size_limit ?: number ; } ; polls : { max_characters_per_option : number ; max_expiration : number ; max_options : number ; min_expiration : number ; } ; reactions : { max_reactions : number } ; statuses : { characters_reserved_per_url ?: number ; max_characters : number ; max_media_attachments : number ; } ; translation : { enabled : boolean } ; urls : { about : null | string ; privacy_policy : null | string ; streaming ?: string ; terms_of_service : null | string ; } ; vapid : { public_key : string } ; } ; contact : { contact_account ?: Account ; email : string } ; description : string ; domain : string ; feature_quote : boolean ; icons : { size : string ; src : string } [] ; languages : string [] ; pleroma : { metadata : { account_activation_required : boolean ; birthday_min_age : number ; birthday_required : boolean ; description_limit : number ; federation : { enabled : boolean ; mrf_policies ?: string [] ; mrf_simple : { accept : string [] ; avatar_removal : string [] ; banner_removal : string [] ; federated_timeline_removal : string [] ; followers_only : string [] ; media_nsfw : string [] ; media_removal : string [] ; reject : string [] ; reject_deletes : string [] ; report_removal : string [] ; } ; } ; fields_limits : { max_fields : number ; name_length : number ; value_length : number ; } ; markup : { allow_headings : boolean ; allow_inline_images : boolean } ; migration_cooldown_period ?: number ; multitenancy : { domains ?: { domain : ...
; id : ...
; public : ...
} [] ; enabled : boolean ; } ; post_formats : string [] ; restrict_unauthenticated : { activities : { local : boolean ; remote : boolean } ; profiles : { local : boolean ; remote : boolean } ; timelines : { bubble : boolean ; federated : boolean ; local : boolean } ; } ; translation : { allow_remote : boolean ; allow_unauthenticated : boolean ; source_languages ?: string [] ; target_languages ?: string [] ; } ; } ; oauth_consumer_strategies : string [] ; stats : { mau ?: number } ; vapid_public_key : string ; } ; registrations : { approval_required : boolean ; enabled : boolean ; message ?: string ; min_age : null | number ; reason_required : null | boolean ; } ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; stats : { domain_count ?: number ; status_count ?: number ; user_count ?: number ; } ; thumbnail : { url : string } ; title : string ; usage : { users : { active_month : number } } ; version : string ; } , > , > ; getInstanceActivity : () => Promise < { logins : string ; registrations : string ; statuses : string ; week : string ; } [] , > ; getInstanceDomainBlocks : () => Promise < { comment ?: string ; digest : string ; domain : string ; severity : "silence" | "suspend" ; } [] , > ; getInstanceExtendedDescription : () => Promise < { content : string ; updated_at : string } , > ; getInstancePeers : () => Promise < string [] > ; getInstancePrivacyPolicy : () => Promise < { content : string ; updated_at : string } , > ; getInstanceRules : () => Promise < { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] , > ; getInstanceTermsOfService : () => Promise < { content : string ; effective : boolean ; effective_date : string ; succeeded_by : null | string ; } , > ; getInstanceTermsOfServiceForDate : ( date : string , ) => Promise < { content : string ; effective : boolean ; effective_date : string ; succeeded_by : null | string ; } , > ; getInstanceTranslationLanguages : () => Promise < { [ k : string ]: string [] } > ; profileDirectory : ( params ?: ProfileDirectoryParams ) => Promise < Account [] > ; } = ... Type declaration getCustomEmojis : () => Promise < { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] , > getFrontendConfigurations : () => Promise < { [ key : string ]: { [ key : string ]: any } } > getInstance : () => Promise < Readonly < { account_domain : string ; api_versions : { [ key : string ]: number } ; configuration : { accounts : | null | { allow_custom_css : boolean ; max_featured_tags : number ; max_profile_fields : number ; } ; chats : { max_characters : number } ; groups : { max_characters_description : number ; max_characters_name : number ; } ; limited_federation ?: boolean ; media_attachments : { image_matrix_limit ?: number ; image_size_limit ?: number ; supported_mime_types ?: string [] ; video_duration_limit ?: number ; video_frame_rate_limit ?: number ; video_matrix_limit ?: number ; video_size_limit ?: number ; } ; polls : { max_characters_per_option : number ; max_expiration : number ; max_options : number ; min_expiration : number ; } ; reactions : { max_reactions : number } ; statuses : { characters_reserved_per_url ?: number ; max_characters : number ; max_media_attachments : number ; } ; translation : { enabled : boolean } ; urls : { about : null | string ; privacy_policy : null | string ; streaming ?: string ; terms_of_service : null | string ; } ; vapid : { public_key : string } ; } ; contact : { contact_account ?: Account ; email : string } ; description : string ; domain : string ; feature_quote : boolean ; icons : { size : string ; src : string } [] ; languages : string [] ; pleroma : { metadata : { account_activation_required : boolean ; birthday_min_age : number ; birthday_required : boolean ; description_limit : number ; federation : { enabled : boolean ; mrf_policies ?: string [] ; mrf_simple : { accept : string [] ; avatar_removal : string [] ; banner_removal : string [] ; federated_timeline_removal : string [] ; followers_only : string [] ; media_nsfw : string [] ; media_removal : string [] ; reject : string [] ; reject_deletes : string [] ; report_removal : string [] ; } ; } ; fields_limits : { max_fields : number ; name_length : number ; value_length : number ; } ; markup : { allow_headings : boolean ; allow_inline_images : boolean } ; migration_cooldown_period ?: number ; multitenancy : { domains ?: { domain : ...; id : ...; public : ... } [] ; enabled : boolean ; } ; post_formats : string [] ; restrict_unauthenticated : { activities : { local : boolean ; remote : boolean } ; profiles : { local : boolean ; remote : boolean } ; timelines : { bubble : boolean ; federated : boolean ; local : boolean } ; } ; translation : { allow_remote : boolean ; allow_unauthenticated : boolean ; source_languages ?: string [] ; target_languages ?: string [] ; } ; } ; oauth_consumer_strategies : string [] ; stats : { mau ?: number } ; vapid_public_key : string ; } ; registrations : { approval_required : boolean ; enabled : boolean ; message ?: string ; min_age : null | number ; reason_required : null | boolean ; } ; rules : { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] ; stats : { domain_count ?: number ; status_count ?: number ; user_count ?: number ; } ; thumbnail : { url : string } ; title : string ; usage : { users : { active_month : number } } ; version : string ; } , > , > getInstanceActivity : () => Promise < { logins : string ; registrations : string ; statuses : string ; week : string ; } [] , > getInstanceDomainBlocks : () => Promise < { comment ?: string ; digest : string ; domain : string ; severity : "silence" | "suspend" ; } [] , > getInstanceExtendedDescription : () => Promise < { content : string ; updated_at : string } > getInstancePeers : () => Promise < string [] > getInstancePrivacyPolicy : () => Promise < { content : string ; updated_at : string } > getInstanceRules : () => Promise < { hint : string ; id : string ; text : string ; translations ?: { [ key : string ]: { hint : string ; text : string } } ; } [] , > getInstanceTermsOfService : () => Promise < { content : string ; effective : boolean ; effective_date : string ; succeeded_by : null | string ; } , > getInstanceTermsOfServiceForDate : ( date : string , ) => Promise < { content : string ; effective : boolean ; effective_date : string ; succeeded_by : null | string ; } , > getInstanceTranslationLanguages : () => Promise < { [ k : string ]: string [] } > Readonly
interaction Requests interactionRequests : { authorizeInteractionRequest : ( interactionRequestId : string , ) => Promise < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , > ; getInteractionRequest : ( interactionRequestId : string , ) => Promise < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , > ; getInteractionRequests : ( params ?: GetInteractionRequestsParams , ) => Promise < PaginatedResponse < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , true , > , > ; rejectInteractionRequest : ( interactionRequestId : string , ) => Promise < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , > ; } = ... Type declaration authorizeInteractionRequest : ( interactionRequestId : string , ) => Promise < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , > getInteractionRequest : ( interactionRequestId : string , ) => Promise < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , > getInteractionRequests : ( params ?: GetInteractionRequestsParams , ) => Promise < PaginatedResponse < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , true , > , > rejectInteractionRequest : ( interactionRequestId : string , ) => Promise < { accepted_at : null | string ; account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; rejected_at : null | string ; reply : null | Status ; status : null | Status ; type : "reblog" | "favourite" | "reply" ; uri : null | string ; } , > Readonly
lists lists : { addListAccounts : ( listId : string , accountIds : string [] ) => Promise < {} > ; createList : ( params : CreateListParams , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > ; deleteList : ( listId : string ) => Promise < {} > ; deleteListAccounts : ( listId : string , accountIds : string [] ) => Promise < {} > ; favouriteList : ( listId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > ; getList : ( listId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > ; getListAccounts : ( listId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < Account , true > > ; getLists : () => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } [] , > ; unfavouriteList : ( listId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > ; updateList : ( listId : string , params : CreateListParams , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > ; } = ... Type declaration addListAccounts : ( listId : string , accountIds : string [] ) => Promise < {} > createList : ( params : CreateListParams , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > deleteList : ( listId : string ) => Promise < {} > deleteListAccounts : ( listId : string , accountIds : string [] ) => Promise < {} > favouriteList : ( listId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > getList : ( listId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > getLists : () => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } [] , > unfavouriteList : ( listId : string , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > updateList : ( listId : string , params : CreateListParams , ) => Promise < { antennas : Antenna [] ; exclusive ?: boolean ; favourite ?: boolean ; id : string ; notify ?: boolean ; replies_policy ?: string ; title : string ; } , > media : { deleteMedia : ( attachmentId : string ) => Promise < {} > ; getMedia : ( attachmentId : string , ) => Promise < | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } , > ; updateMedia : ( attachmentId : string , params : UpdateMediaParams , ) => Promise < | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } , > ; uploadMedia : ( params : UploadMediaParams , meta ?: RequestMeta , ) => Promise < | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } , > ; } = ... Type declaration deleteMedia : ( attachmentId : string ) => Promise < {} > getMedia : ( attachmentId : string , ) => Promise < | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } , > updateMedia : ( attachmentId : string , params : UpdateMediaParams , ) => Promise < | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } , > uploadMedia : ( params : UploadMediaParams , meta ?: RequestMeta , ) => Promise < | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : null | number ; duration : null | number ; frame_rate : null | string ; height : number ; size : null | string ; width : number ; } ; small ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : null | number ; height : number ; size : null | string ; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: string ; background ?: string ; duration ?: number ; foreground ?: string ; } ; duration ?: number ; original ?: { bitrate ?: number ; duration ?: number } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } , > Readonly
my Account myAccount : { acceptFollowRequest : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; addBookmarkToFolder : ( statusId : string , folderId : string ) => Promise < {} > ; createBookmarkFolder : ( params : CreateBookmarkFolderParams , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } , > ; deleteBookmarkFolder : ( bookmarkFolderId : string , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } , > ; dismissSuggestions : ( accountId : string ) => Promise < {} > ; featureTag : ( name : string , ) => Promise < { id : string ; last_status_at : number ; name : string ; statuses_count : number ; url ?: string ; } [] , > ; followTag : ( tagId : string , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , > ; getBookmarkFolders : () => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] , > ; getBookmarks : ( params ?: GetBookmarksParams , ) => Promise < PaginatedResponse < Status , true > > ; getEndorsements : ( params ?: GetEndorsementsParams , ) => Promise < PaginatedResponse < Account , true > > ; getFavourites : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < Status , true > > ; getFeaturedTags : () => Promise < { id : string ; last_status_at : number ; name : string ; statuses_count : number ; url ?: string ; } [] , > ; getFeaturedTagsSuggestions : () => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] , > ; getFollowedTags : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , true , > , > ; getFollowRequests : ( params ?: GetFollowRequestsParams , ) => Promise < PaginatedResponse < Account , true > > ; getOutgoingFollowRequests : ( params ?: GetFollowRequestsParams , ) => Promise < PaginatedResponse < Account , true > > ; getSuggestions : ( limit ?: number , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; source : null | string ; sources : string [] ; } [] , > ; getTag : ( tagId : string , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , > ; rejectFollowRequest : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > ; removeBookmarkFromFolder : ( statusId : string , folderId : string , ) => Promise < {} > ; unfeatureTag : ( name : string ) => Promise < {} > ; unfollowTag : ( tagId : string , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , > ; updateBookmarkFolder : ( bookmarkFolderId : string , params : UpdateBookmarkFolderParams , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } , > ; } = ... Type declaration acceptFollowRequest : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > addBookmarkToFolder : ( statusId : string , folderId : string ) => Promise < {} > createBookmarkFolder : ( params : CreateBookmarkFolderParams , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } , > deleteBookmarkFolder : ( bookmarkFolderId : string , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } , > dismissSuggestions : ( accountId : string ) => Promise < {} > featureTag : ( name : string , ) => Promise < { id : string ; last_status_at : number ; name : string ; statuses_count : number ; url ?: string ; } [] , > followTag : ( tagId : string , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , > getBookmarkFolders : () => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] , > getFeaturedTags : () => Promise < { id : string ; last_status_at : number ; name : string ; statuses_count : number ; url ?: string ; } [] , > getFeaturedTagsSuggestions : () => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] , > getFollowedTags : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , true , > , > getSuggestions : ( limit ?: number , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; source : null | string ; sources : string [] ; } [] , > getTag : ( tagId : string , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , > rejectFollowRequest : ( accountId : string , ) => Promise < { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } , > removeBookmarkFromFolder : ( statusId : string , folderId : string ) => Promise < {} > unfeatureTag : ( name : string ) => Promise < {} > unfollowTag : ( tagId : string , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } , > updateBookmarkFolder : ( bookmarkFolderId : string , params : UpdateBookmarkFolderParams , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } , > Readonly
notifications notifications : { acceptMultipleNotificationRequests : ( notificationRequestIds : string [] , ) => Promise < {} > ; acceptNotificationRequest : ( notificationRequestId : string ) => Promise < {} > ; checkNotificationRequestsMerged : () => Promise < { merged : boolean } > ; dismissMultipleNotificationRequests : ( notificationRequestIds : string [] , ) => Promise < {} > ; dismissMultipleNotifications : ( notificationIds : string [] ) => Promise < {} > ; dismissNotification : ( notificationId : string ) => Promise < {} > ; dismissNotificationRequest : ( notificationRequestId : string ) => Promise < {} > ; dismissNotifications : () => Promise < {} > ; getNotification : ( notificationId : string , ) => Promise < | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "follow" | "follow_request" | "admin.sign_up" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...
; accepts_chat_messages : ...
; acct : ...
; ap_id : ...
; avatar : ...
; avatar_description : ...
; avatar_static : ...
; background_image : ...
; birthday ?: ...
; bot : ...
; created_at : ...
; custom_css : ...
; deactivated ?: ...
; discoverable : ...
; display_name : ...
; domain : ...
; emojis : ...
; enable_rss : ...
; favicon ?: ...
; fields : ...
; followers_count : ...
; following_count : ...
; fqn : ...
; group : ...
; header : ...
; header_description : ...
; header_static : ...
; hide_collections ?: ...
; hide_favorites : ...
; hide_followers ?: ...
; hide_followers_count ?: ...
; hide_follows ?: ...
; hide_follows_count ?: ...
; id : ...
; identity_proofs : ...
; is_admin ?: ...
; is_cat : ...
; is_moderator ?: ...
; is_suggested ?: ...
; last_status_at : ...
; limited ?: ...
; local ?: ...
; location ?: ...
; locked : ...
; mention_policy : ...
; noindex : ...
; note : ...
; payment_options : ...
; permit_followback ?: ...
; pronouns : ...
; relationship ?: ...
; roles : ...
; speak_as_cat : ...
; statuses_count : ...
; subscribers_count : ...
; suspended ?: ...
; url : ...
; username : ...
; verified ?: ...
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; subtype : null | "reply" ; type : "mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...
; accepts_chat_messages : ...
; acct : ...
; ap_id : ...
; avatar : ...
; avatar_description : ...
; avatar_static : ...
; background_image : ...
; birthday ?: ...
; bot : ...
; created_at : ...
; custom_css : ...
; deactivated ?: ...
; discoverable : ...
; display_name : ...
; domain : ...
; emojis : ...
; enable_rss : ...
; favicon ?: ...
; fields : ...
; followers_count : ...
; following_count : ...
; fqn : ...
; group : ...
; header : ...
; header_description : ...
; header_static : ...
; hide_collections ?: ...
; hide_favorites : ...
; hide_followers ?: ...
; hide_followers_count ?: ...
; hide_follows ?: ...
; hide_follows_count ?: ...
; id : ...
; identity_proofs : ...
; is_admin ?: ...
; is_cat : ...
; is_moderator ?: ...
; is_suggested ?: ...
; last_status_at : ...
; limited ?: ...
; local ?: ...
; location ?: ...
; locked : ...
; mention_policy : ...
; noindex : ...
; note : ...
; payment_options : ...
; permit_followback ?: ...
; pronouns : ...
; relationship ?: ...
; roles : ...
; speak_as_cat : ...
; statuses_count : ...
; subscribers_count : ...
; suspended ?: ...
; url : ...
; username : ...
; verified ?: ...
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; type : "admin.report" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "severed_relationships" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : | null | { state : "approved" | "rejected" | "pending" ; text : string } ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; text : string ; } ; type : "moderation_warning" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; target : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; type : "move" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; emoji : string ; emoji_url : null | string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...
; accepts_chat_messages : ...
; acct : ...
; ap_id : ...
; avatar : ...
; avatar_description : ...
; avatar_static : ...
; background_image : ...
; birthday ?: ...
; bot : ...
; created_at : ...
; custom_css : ...
; deactivated ?: ...
; discoverable : ...
; display_name : ...
; domain : ...
; emojis : ...
; enable_rss : ...
; favicon ?: ...
; fields : ...
; followers_count : ...
; following_count : ...
; fqn : ...
; group : ...
; header : ...
; header_description : ...
; header_static : ...
; hide_collections ?: ...
; hide_favorites : ...
; hide_followers ?: ...
; hide_followers_count ?: ...
; hide_follows ?: ...
; hide_follows_count ?: ...
; id : ...
; identity_proofs : ...
; is_admin ?: ...
; is_cat : ...
; is_moderator ?: ...
; is_suggested ?: ...
; last_status_at : ...
; limited ?: ...
; local ?: ...
; location ?: ...
; locked : ...
; mention_policy : ...
; noindex : ...
; note : ...
; payment_options : ...
; permit_followback ?: ...
; pronouns : ...
; relationship ?: ...
; roles : ...
; speak_as_cat : ...
; statuses_count : ...
; subscribers_count : ...
; suspended ?: ...
; url : ...
; username : ...
; verified ?: ...
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; type : "emoji_reaction" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; chat_message : { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...)
| (...)
; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "chat_mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; participation_message : null | string ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...
; accepts_chat_messages : ...
; acct : ...
; ap_id : ...
; avatar : ...
; avatar_description : ...
; avatar_static : ...
; background_image : ...
; birthday ?: ...
; bot : ...
; created_at : ...
; custom_css : ...
; deactivated ?: ...
; discoverable : ...
; display_name : ...
; domain : ...
; emojis : ...
; enable_rss : ...
; favicon ?: ...
; fields : ...
; followers_count : ...
; following_count : ...
; fqn : ...
; group : ...
; header : ...
; header_description : ...
; header_static : ...
; hide_collections ?: ...
; hide_favorites : ...
; hide_followers ?: ...
; hide_followers_count ?: ...
; hide_follows ?: ...
; hide_follows_count ?: ...
; id : ...
; identity_proofs : ...
; is_admin ?: ...
; is_cat : ...
; is_moderator ?: ...
; is_suggested ?: ...
; last_status_at : ...
; limited ?: ...
; local ?: ...
; location ?: ...
; locked : ...
; mention_policy : ...
; noindex : ...
; note : ...
; payment_options : ...
; permit_followback ?: ...
; pronouns : ...
; relationship ?: ...
; roles : ...
; speak_as_cat : ...
; statuses_count : ...
; subscribers_count : ...
; suspended ?: ...
; url : ...
; username : ...
; verified ?: ...
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)
[] ; accounts : (...)
[] ; count : (...)
| (...)
; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...
; latitude : ...
; locality : ...
; longitude : ...
; name : ...
; postal_code : ...
; region : ...
; street : ...
; url : ...
; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)
[] ; expires_at : (...)
| (...)
; filter_action : (...)
| (...)
| (...)
; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ...
} ; relationship : | null | { id : ...
; member : ...
; requested : ...
; role : ...
} ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reblog : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; can_reply : { always : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; with_approval : ((...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...))
[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { focus ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "image" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; original ?: ...
; small ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "video" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { duration ?: ...
; focus ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "gifv" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; meta : { colors ?: ...
; duration ?: ...
; original ?: ...
} ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "audio" ; url : string ; } | { blurhash : (...)
| (...)
; description : string ; id : string ; mime_type : (...)
| (...)
; preview_url : string ; remote_url : (...)
| (...)
; type : "unknown" ; url : string ; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...
; title_map : ...
; votes_count : ...
} [] ; own_votes : null | (...)
[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)
[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...
; id : ...
} [] ; poll ?: { id : ...
; options : ...
} ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; type : "participation_accepted" | "participation_request" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : null | Status ; type : "bite" ; } , > ; getNotificationPolicy : () => Promise < { for_limited_accounts : "filter" | "accept" | "drop" ; for_new_accounts : "filter" | "accept" | "drop" ; for_not_followers : "filter" | "accept" | "drop" ; for_not_following : "filter" | "accept" | "drop" ; for_private_mentions : "filter" | "accept" | "drop" ; summary : { pending_notifications_count : number ; pending_requests_count : number ; } ; } , > ; getNotificationRequest : ( notificationRequestId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; last_status ?: Status ; notifications_count : string ; updated_at : string ; } , > ; getNotificationRequests : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; last_status ?: Status ; notifications_count : string ; updated_at : string ; } , true , > , > ; getNotifications : ( params ?: GetNotificationParams , meta ?: RequestMeta , ) => Promise < PaginatedResponse < | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "follow" | "follow_request" | "admin.sign_up" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; moved : (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } & WithMoved ; application : null | { name : string ; website : (...)
| (...)
} ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)
[] ; blurhash : (...)
| (...)
; description : string ; embed_url : string ; height : number ; html : string ; image : (...)
| (...)
; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...)
| (...)
| (...)
| (...)
; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } | { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } )
[] ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...)
| (...)
; join_mode : (...)
| (...)
| (...)
| (...)
| (...)
; join_state : (...)
| (...)
| (...)
| (...)
; location : (...)
| (...)
; name : string ; participants_count : number ; start_time : (...)
| (...)
; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...
; expires_at : ...
; filter_action : ...
; id : ...
; title : ...
; } ; keyword_matches : (...)
| (...)
; status_matches : (...)
| (...)
; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)
[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...)
| (...)
; relationship : (...)
| (...)
; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)
[] ; with_approval : (...)
[] } ; can_reblog : { always : (...)
[] ; with_approval : (...)
[] } ; can_reply : { always : (...)
[] ; with_approval : (...)
[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)
[] ; expired : boolean ; expires_at : (...)
| (...)
; id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)
[] ; own_votes : (...)
| (...)
; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...)
| (...)
; id : string ; image_url : (...)
| (...)
; title : (...)
| (...)
; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...)
| (...)
| (...)
; history : (...)
| (...)
; name : string ; total : (...)
| (...)
; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...)
| (...)
; media_attachments : (...)
[] ; poll ?: (...)
| (...)
; provider : (...)
| (...)
; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status : (...)
| (...)
; } | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status_id : (...)
| (...)
; } ; reblog : null | Status ; } ; subtype : null | "reply" ; type : "mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; moved : (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } & WithMoved ; application : null | { name : string ; website : (...)
| (...)
} ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)
[] ; blurhash : (...)
| (...)
; description : string ; embed_url : string ; height : number ; html : string ; image : (...)
| (...)
; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...)
| (...)
| (...)
| (...)
; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } | { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } )
[] ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...)
| (...)
; join_mode : (...)
| (...)
| (...)
| (...)
| (...)
; join_state : (...)
| (...)
| (...)
| (...)
; location : (...)
| (...)
; name : string ; participants_count : number ; start_time : (...)
| (...)
; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...
; expires_at : ...
; filter_action : ...
; id : ...
; title : ...
; } ; keyword_matches : (...)
| (...)
; status_matches : (...)
| (...)
; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)
[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...)
| (...)
; relationship : (...)
| (...)
; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)
[] ; with_approval : (...)
[] } ; can_reblog : { always : (...)
[] ; with_approval : (...)
[] } ; can_reply : { always : (...)
[] ; with_approval : (...)
[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)
[] ; expired : boolean ; expires_at : (...)
| (...)
; id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)
[] ; own_votes : (...)
| (...)
; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...)
| (...)
; id : string ; image_url : (...)
| (...)
; title : (...)
| (...)
; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...)
| (...)
| (...)
; history : (...)
| (...)
; name : string ; total : (...)
| (...)
; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...)
| (...)
; media_attachments : (...)
[] ; poll ?: (...)
| (...)
; provider : (...)
| (...)
; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status : (...)
| (...)
; } | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status_id : (...)
| (...)
; } ; reblog : null | Status ; } ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; type : "admin.report" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "severed_relationships" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : | null | { state : "approved" | "rejected" | "pending" ; text : string } ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...
; accepts_chat_messages : ...
; acct : ...
; ap_id : ...
; avatar : ...
; avatar_description : ...
; avatar_static : ...
; background_image : ...
; birthday ?: ...
; bot : ...
; created_at : ...
; custom_css : ...
; deactivated ?: ...
; discoverable : ...
; display_name : ...
; domain : ...
; emojis : ...
; enable_rss : ...
; favicon ?: ...
; fields : ...
; followers_count : ...
; following_count : ...
; fqn : ...
; group : ...
; header : ...
; header_description : ...
; header_static : ...
; hide_collections ?: ...
; hide_favorites : ...
; hide_followers ?: ...
; hide_followers_count ?: ...
; hide_follows ?: ...
; hide_follows_count ?: ...
; id : ...
; identity_proofs : ...
; is_admin ?: ...
; is_cat : ...
; is_moderator ?: ...
; is_suggested ?: ...
; last_status_at : ...
; limited ?: ...
; local ?: ...
; location ?: ...
; locked : ...
; mention_policy : ...
; noindex : ...
; note : ...
; payment_options : ...
; permit_followback ?: ...
; pronouns : ...
; relationship ?: ...
; roles : ...
; speak_as_cat : ...
; statuses_count : ...
; subscribers_count : ...
; suspended ?: ...
; url : ...
; username : ...
; verified ?: ...
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; text : string ; } ; type : "moderation_warning" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; target : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; type : "move" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; emoji : string ; emoji_url : null | string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; moved : (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } & WithMoved ; application : null | { name : string ; website : (...)
| (...)
} ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)
[] ; blurhash : (...)
| (...)
; description : string ; embed_url : string ; height : number ; html : string ; image : (...)
| (...)
; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...)
| (...)
| (...)
| (...)
; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } | { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } )
[] ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...)
| (...)
; join_mode : (...)
| (...)
| (...)
| (...)
| (...)
; join_state : (...)
| (...)
| (...)
| (...)
; location : (...)
| (...)
; name : string ; participants_count : number ; start_time : (...)
| (...)
; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...
; expires_at : ...
; filter_action : ...
; id : ...
; title : ...
; } ; keyword_matches : (...)
| (...)
; status_matches : (...)
| (...)
; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)
[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...)
| (...)
; relationship : (...)
| (...)
; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)
[] ; with_approval : (...)
[] } ; can_reblog : { always : (...)
[] ; with_approval : (...)
[] } ; can_reply : { always : (...)
[] ; with_approval : (...)
[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)
[] ; expired : boolean ; expires_at : (...)
| (...)
; id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)
[] ; own_votes : (...)
| (...)
; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...)
| (...)
; id : string ; image_url : (...)
| (...)
; title : (...)
| (...)
; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...)
| (...)
| (...)
; history : (...)
| (...)
; name : string ; total : (...)
| (...)
; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...)
| (...)
; media_attachments : (...)
[] ; poll ?: (...)
| (...)
; provider : (...)
| (...)
; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status : (...)
| (...)
; } | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status_id : (...)
| (...)
; } ; reblog : null | Status ; } ; type : "emoji_reaction" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; chat_message : { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: (...)
| (...)
; original ?: (...)
| (...)
; small ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...)
| (...)
; original ?: (...)
| (...)
; small ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...)
| (...)
; focus ?: (...)
| (...)
; original ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: (...)
| (...)
; duration ?: (...)
| (...)
; original ?: (...)
| (...)
; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...
; name : ...
; url : ...
} [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "chat_mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; participation_message : null | string ; status : { account : { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; moved : (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } & WithMoved ; application : null | { name : string ; website : (...)
| (...)
} ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)
[] ; blurhash : (...)
| (...)
; description : string ; embed_url : string ; height : number ; html : string ; image : (...)
| (...)
; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...)
| (...)
| (...)
| (...)
; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : (
| { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } | { account_ids : ...
; accounts : ...
; count : ...
; me : ...
; name : ...
; static_url : ...
; url : ...
; } )
[] ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...)
| (...)
; join_mode : (...)
| (...)
| (...)
| (...)
| (...)
; join_state : (...)
| (...)
| (...)
| (...)
; location : (...)
| (...)
; name : string ; participants_count : number ; start_time : (...)
| (...)
; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...
; expires_at : ...
; filter_action : ...
; id : ...
; title : ...
; } ; keyword_matches : (...)
| (...)
; status_matches : (...)
| (...)
; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)
[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...)
| (...)
; relationship : (...)
| (...)
; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)
[] ; with_approval : (...)
[] } ; can_reblog : { always : (...)
[] ; with_approval : (...)
[] } ; can_reply : { always : (...)
[] ; with_approval : (...)
[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : (
| { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; meta : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } | { blurhash : ...
; description : ...
; id : ...
; mime_type : ...
; preview_url : ...
; remote_url : ...
; type : ...
; url : ...
; } )
[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)
[] ; expired : boolean ; expires_at : (...)
| (...)
; id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)
[] ; own_votes : (...)
| (...)
; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...)
| (...)
; id : string ; image_url : (...)
| (...)
; title : (...)
| (...)
; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...)
| (...)
| (...)
; history : (...)
| (...)
; name : string ; total : (...)
| (...)
; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...)
| (...)
; media_attachments : (...)
[] ; poll ?: (...)
| (...)
; provider : (...)
| (...)
; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status : (...)
| (...)
; } | { state : (...)
| (...)
| (...)
| (...)
| (...)
| (...)
; status_id : (...)
| (...)
; } ; reblog : null | Status ; } ; type : "participation_accepted" | "participation_request" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...)
| (...)
; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...)
| (...)
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...
; source ?: ...
} ; accepts_chat_messages : (...)
| (...)
| (...)
; acct : string ; ap_id : (...)
| (...)
; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...)
| (...)
; birthday ?: (...)
| (...)
; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...)
| (...)
| (...)
; discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)
[] ; enable_rss : boolean ; favicon ?: (...)
| (...)
; fields : (...)
[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...)
| (...)
| (...)
; hide_favorites : boolean ; hide_followers ?: (...)
| (...)
| (...)
; hide_followers_count ?: (...)
| (...)
| (...)
; hide_follows ?: (...)
| (...)
| (...)
; hide_follows_count ?: (...)
| (...)
| (...)
; id : string ; identity_proofs : (...)
[] ; is_admin ?: (...)
| (...)
| (...)
; is_cat : boolean ; is_moderator ?: (...)
| (...)
| (...)
; is_suggested ?: (...)
| (...)
| (...)
; last_status_at : (...)
| (...)
; limited ?: (...)
| (...)
| (...)
; local ?: (...)
| (...)
| (...)
; location ?: (...)
| (...)
; locked : boolean ; mention_policy : (...)
| (...)
| (...)
; noindex : (...)
| (...)
| (...)
; note : string ; payment_options : (...)
[] ; permit_followback ?: (...)
| (...)
| (...)
; pronouns : (...)
[] ; relationship ?: (...)
| (...)
; roles : (...)
[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...)
| (...)
| (...)
; url : string ; username : string ; verified ?: (...)
| (...)
| (...)
; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...)
| (...)
; href : (...)
| (...)
; name : (...)
| (...)
; object_id : (...)
| (...)
; price : (...)
| (...)
; type : (...)
| (...)
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : null | Status ; type : "bite" ; } , true , > , > ; getUnreadNotificationCount : ( params ?: GetUnreadNotificationCountParams , ) => Promise < { count : number } > ; updateNotificationPolicy : ( params : UpdateNotificationPolicyRequest , ) => Promise < { for_limited_accounts : "filter" | "accept" | "drop" ; for_new_accounts : "filter" | "accept" | "drop" ; for_not_followers : "filter" | "accept" | "drop" ; for_not_following : "filter" | "accept" | "drop" ; for_private_mentions : "filter" | "accept" | "drop" ; summary : { pending_notifications_count : number ; pending_requests_count : number ; } ; } , > ; } = ... Type declaration acceptMultipleNotificationRequests : ( notificationRequestIds : string [] ) => Promise < {} > acceptNotificationRequest : ( notificationRequestId : string ) => Promise < {} > checkNotificationRequestsMerged : () => Promise < { merged : boolean } > dismissMultipleNotificationRequests : ( notificationRequestIds : string [] ) => Promise < {} > dismissMultipleNotifications : ( notificationIds : string [] ) => Promise < {} > dismissNotification : ( notificationId : string ) => Promise < {} > dismissNotificationRequest : ( notificationRequestId : string ) => Promise < {} > dismissNotifications : () => Promise < {} > getNotification : ( notificationId : string , ) => Promise < | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "follow" | "follow_request" | "admin.sign_up" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...; accepts_chat_messages : ...; acct : ...; ap_id : ...; avatar : ...; avatar_description : ...; avatar_static : ...; background_image : ...; birthday ?: ...; bot : ...; created_at : ...; custom_css : ...; deactivated ?: ...; discoverable : ...; display_name : ...; domain : ...; emojis : ...; enable_rss : ...; favicon ?: ...; fields : ...; followers_count : ...; following_count : ...; fqn : ...; group : ...; header : ...; header_description : ...; header_static : ...; hide_collections ?: ...; hide_favorites : ...; hide_followers ?: ...; hide_followers_count ?: ...; hide_follows ?: ...; hide_follows_count ?: ...; id : ...; identity_proofs : ...; is_admin ?: ...; is_cat : ...; is_moderator ?: ...; is_suggested ?: ...; last_status_at : ...; limited ?: ...; local ?: ...; location ?: ...; locked : ...; mention_policy : ...; noindex : ...; note : ...; payment_options : ...; permit_followback ?: ...; pronouns : ...; relationship ?: ...; roles : ...; speak_as_cat : ...; statuses_count : ...; subscribers_count : ...; suspended ?: ...; url : ...; username : ...; verified ?: ...; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; subtype : null | "reply" ; type : "mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...; accepts_chat_messages : ...; acct : ...; ap_id : ...; avatar : ...; avatar_description : ...; avatar_static : ...; background_image : ...; birthday ?: ...; bot : ...; created_at : ...; custom_css : ...; deactivated ?: ...; discoverable : ...; display_name : ...; domain : ...; emojis : ...; enable_rss : ...; favicon ?: ...; fields : ...; followers_count : ...; following_count : ...; fqn : ...; group : ...; header : ...; header_description : ...; header_static : ...; hide_collections ?: ...; hide_favorites : ...; hide_followers ?: ...; hide_followers_count ?: ...; hide_follows ?: ...; hide_follows_count ?: ...; id : ...; identity_proofs : ...; is_admin ?: ...; is_cat : ...; is_moderator ?: ...; is_suggested ?: ...; last_status_at : ...; limited ?: ...; local ?: ...; location ?: ...; locked : ...; mention_policy : ...; noindex : ...; note : ...; payment_options : ...; permit_followback ?: ...; pronouns : ...; relationship ?: ...; roles : ...; speak_as_cat : ...; statuses_count : ...; subscribers_count : ...; suspended ?: ...; url : ...; username : ...; verified ?: ...; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; type : "admin.report" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "severed_relationships" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : | null | { state : "approved" | "rejected" | "pending" ; text : string } ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; text : string ; } ; type : "moderation_warning" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; target : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; type : "move" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; emoji : string ; emoji_url : null | string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...; accepts_chat_messages : ...; acct : ...; ap_id : ...; avatar : ...; avatar_description : ...; avatar_static : ...; background_image : ...; birthday ?: ...; bot : ...; created_at : ...; custom_css : ...; deactivated ?: ...; discoverable : ...; display_name : ...; domain : ...; emojis : ...; enable_rss : ...; favicon ?: ...; fields : ...; followers_count : ...; following_count : ...; fqn : ...; group : ...; header : ...; header_description : ...; header_static : ...; hide_collections ?: ...; hide_favorites : ...; hide_followers ?: ...; hide_followers_count ?: ...; hide_follows ?: ...; hide_follows_count ?: ...; id : ...; identity_proofs : ...; is_admin ?: ...; is_cat : ...; is_moderator ?: ...; is_suggested ?: ...; last_status_at : ...; limited ?: ...; local ?: ...; location ?: ...; locked : ...; mention_policy : ...; noindex : ...; note : ...; payment_options : ...; permit_followback ?: ...; pronouns : ...; relationship ?: ...; roles : ...; speak_as_cat : ...; statuses_count : ...; subscribers_count : ...; suspended ?: ...; url : ...; username : ...; verified ?: ...; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; type : "emoji_reaction" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; chat_message : { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : (...) | (...); name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "chat_mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; participation_message : null | string ; status : { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...; accepts_chat_messages : ...; acct : ...; ap_id : ...; avatar : ...; avatar_description : ...; avatar_static : ...; background_image : ...; birthday ?: ...; bot : ...; created_at : ...; custom_css : ...; deactivated ?: ...; discoverable : ...; display_name : ...; domain : ...; emojis : ...; enable_rss : ...; favicon ?: ...; fields : ...; followers_count : ...; following_count : ...; fqn : ...; group : ...; header : ...; header_description : ...; header_static : ...; hide_collections ?: ...; hide_favorites : ...; hide_followers ?: ...; hide_followers_count ?: ...; hide_follows ?: ...; hide_follows_count ?: ...; id : ...; identity_proofs : ...; is_admin ?: ...; is_cat : ...; is_moderator ?: ...; is_suggested ?: ...; last_status_at : ...; limited ?: ...; local ?: ...; location ?: ...; locked : ...; mention_policy : ...; noindex : ...; note : ...; payment_options : ...; permit_followback ?: ...; pronouns : ...; relationship ?: ...; roles : ...; speak_as_cat : ...; statuses_count : ...; subscribers_count : ...; suspended ?: ...; url : ...; username : ...; verified ?: ...; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; application : null | { name : string ; website : null | string } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : (...)[] ; accounts : (...)[] ; count : (...) | (...); me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : ...; latitude : ...; locality : ...; longitude : ...; name : ...; postal_code : ...; region : ...; street : ...; url : ...; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : (...)[] ; expires_at : (...) | (...); filter_action : (...) | (...) | (...); id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : ... } ; relationship : null | { id : ...; member : ...; requested : ...; role : ... } ; statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reblog : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; can_reply : { always : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; with_approval : ((...) | (...) | (...) | (...) | (...) | (...) | (...))[] ; } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : (...) | (...); description : string ; id : string ; meta : { focus ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "image" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; original ?: ...; small ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "video" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { duration ?: ...; focus ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "gifv" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; meta : { colors ?: ...; duration ?: ...; original ?: ... } ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "audio" ; url : string ; } | { blurhash : (...) | (...); description : string ; id : string ; mime_type : (...) | (...); preview_url : string ; remote_url : (...) | (...); type : "unknown" ; url : string ; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : ...; title_map : ...; votes_count : ... } [] ; own_votes : null | (...)[] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: boolean ; history : null | (...)[] ; name : string ; total : null | number ; url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : ...; id : ... } [] ; poll ?: { id : ...; options : ... } ; provider : null | string ; spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; reblog : null | Status ; } ; type : "participation_accepted" | "participation_request" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : null | Status ; type : "bite" ; } , > getNotificationPolicy : () => Promise < { for_limited_accounts : "filter" | "accept" | "drop" ; for_new_accounts : "filter" | "accept" | "drop" ; for_not_followers : "filter" | "accept" | "drop" ; for_not_following : "filter" | "accept" | "drop" ; for_private_mentions : "filter" | "accept" | "drop" ; summary : { pending_notifications_count : number ; pending_requests_count : number ; } ; } , > getNotificationRequest : ( notificationRequestId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; last_status ?: Status ; notifications_count : string ; updated_at : string ; } , > getNotificationRequests : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; id : string ; last_status ?: Status ; notifications_count : string ; updated_at : string ; } , true , > , > getNotifications : ( params ?: GetNotificationParams , meta ?: RequestMeta , ) => Promise < PaginatedResponse < | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "follow" | "follow_request" | "admin.sign_up" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); moved : (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } & WithMoved ; application : null | { name : string ; website : (...) | (...) } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)[] ; blurhash : (...) | (...); description : string ; embed_url : string ; height : number ; html : string ; image : (...) | (...); image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...) | (...) | (...) | (...); url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } )[] ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...) | (...); join_mode : (...) | (...) | (...) | (...) | (...); join_state : (...) | (...) | (...) | (...); location : (...) | (...); name : string ; participants_count : number ; start_time : (...) | (...); } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...; expires_at : ...; filter_action : ...; id : ...; title : ...; } ; keyword_matches : (...) | (...); status_matches : (...) | (...); } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...) | (...); relationship : (...) | (...); statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)[] ; with_approval : (...)[] } ; can_reblog : { always : (...)[] ; with_approval : (...)[] } ; can_reply : { always : (...)[] ; with_approval : (...)[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)[] ; expired : boolean ; expires_at : (...) | (...); id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)[] ; own_votes : (...) | (...); voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...) | (...); id : string ; image_url : (...) | (...); title : (...) | (...); url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...) | (...) | (...); history : (...) | (...); name : string ; total : (...) | (...); url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...) | (...); media_attachments : (...)[] ; poll ?: (...) | (...); provider : (...) | (...); spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...) | (...) | (...) | (...) | (...) | (...); status : (...) | (...); } | { state : (...) | (...) | (...) | (...) | (...) | (...); status_id : (...) | (...); } ; reblog : null | Status ; } ; subtype : null | "reply" ; type : "mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); moved : (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } & WithMoved ; application : null | { name : string ; website : (...) | (...) } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)[] ; blurhash : (...) | (...); description : string ; embed_url : string ; height : number ; html : string ; image : (...) | (...); image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...) | (...) | (...) | (...); url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } )[] ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...) | (...); join_mode : (...) | (...) | (...) | (...) | (...); join_state : (...) | (...) | (...) | (...); location : (...) | (...); name : string ; participants_count : number ; start_time : (...) | (...); } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...; expires_at : ...; filter_action : ...; id : ...; title : ...; } ; keyword_matches : (...) | (...); status_matches : (...) | (...); } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...) | (...); relationship : (...) | (...); statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)[] ; with_approval : (...)[] } ; can_reblog : { always : (...)[] ; with_approval : (...)[] } ; can_reply : { always : (...)[] ; with_approval : (...)[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)[] ; expired : boolean ; expires_at : (...) | (...); id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)[] ; own_votes : (...) | (...); voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...) | (...); id : string ; image_url : (...) | (...); title : (...) | (...); url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...) | (...) | (...); history : (...) | (...); name : string ; total : (...) | (...); url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...) | (...); media_attachments : (...)[] ; poll ?: (...) | (...); provider : (...) | (...); spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...) | (...) | (...) | (...) | (...) | (...); status : (...) | (...); } | { state : (...) | (...) | (...) | (...) | (...) | (...); status_id : (...) | (...); } ; reblog : null | Status ; } ; type : | "status" | "poll" | "reblog" | "favourite" | "update" | "event_reminder" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; report : { action_taken ?: boolean ; action_taken_at : null | string ; category ?: string ; comment ?: string ; created_at ?: string ; forwarded ?: boolean ; id : string ; rule_ids : null | string ; status_ids : null | string ; target_account : null | Account ; } ; type : "admin.report" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; event : { created_at : string ; id : string ; purged : string ; relationships_count ?: number ; type : "domain_block" | "user_domain_block" | "account_suspension" ; } ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "severed_relationships" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; moderation_warning : { action : | "none" | "sensitive" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend" ; appeal : | null | { state : "approved" | "rejected" | "pending" ; text : string } ; created_at : string ; id : string ; status_ids : string [] ; target_account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : ...; accepts_chat_messages : ...; acct : ...; ap_id : ...; avatar : ...; avatar_description : ...; avatar_static : ...; background_image : ...; birthday ?: ...; bot : ...; created_at : ...; custom_css : ...; deactivated ?: ...; discoverable : ...; display_name : ...; domain : ...; emojis : ...; enable_rss : ...; favicon ?: ...; fields : ...; followers_count : ...; following_count : ...; fqn : ...; group : ...; header : ...; header_description : ...; header_static : ...; hide_collections ?: ...; hide_favorites : ...; hide_followers ?: ...; hide_followers_count ?: ...; hide_follows ?: ...; hide_follows_count ?: ...; id : ...; identity_proofs : ...; is_admin ?: ...; is_cat : ...; is_moderator ?: ...; is_suggested ?: ...; last_status_at : ...; limited ?: ...; local ?: ...; location ?: ...; locked : ...; mention_policy : ...; noindex : ...; note : ...; payment_options : ...; permit_followback ?: ...; pronouns : ...; relationship ?: ...; roles : ...; speak_as_cat : ...; statuses_count : ...; subscribers_count : ...; suspended ?: ...; url : ...; username : ...; verified ?: ...; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; text : string ; } ; type : "moderation_warning" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; target : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; type : "move" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; emoji : string ; emoji_url : null | string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : { account : { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); moved : (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } & WithMoved ; application : null | { name : string ; website : (...) | (...) } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)[] ; blurhash : (...) | (...); description : string ; embed_url : string ; height : number ; html : string ; image : (...) | (...); image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...) | (...) | (...) | (...); url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } )[] ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...) | (...); join_mode : (...) | (...) | (...) | (...) | (...); join_state : (...) | (...) | (...) | (...); location : (...) | (...); name : string ; participants_count : number ; start_time : (...) | (...); } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...; expires_at : ...; filter_action : ...; id : ...; title : ...; } ; keyword_matches : (...) | (...); status_matches : (...) | (...); } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...) | (...); relationship : (...) | (...); statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)[] ; with_approval : (...)[] } ; can_reblog : { always : (...)[] ; with_approval : (...)[] } ; can_reply : { always : (...)[] ; with_approval : (...)[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)[] ; expired : boolean ; expires_at : (...) | (...); id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)[] ; own_votes : (...) | (...); voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...) | (...); id : string ; image_url : (...) | (...); title : (...) | (...); url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...) | (...) | (...); history : (...) | (...); name : string ; total : (...) | (...); url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...) | (...); media_attachments : (...)[] ; poll ?: (...) | (...); provider : (...) | (...); spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...) | (...) | (...) | (...) | (...) | (...); status : (...) | (...); } | { state : (...) | (...) | (...) | (...) | (...) | (...); status_id : (...) | (...); } ; reblog : null | Status ; } ; type : "emoji_reaction" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; chat_message : { account_id : string ; attachment : | null | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: (...) | (...); original ?: (...) | (...); small ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...) | (...); original ?: (...) | (...); small ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: (...) | (...); focus ?: (...) | (...); original ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: (...) | (...); duration ?: (...) | (...); original ?: (...) | (...); } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } ; card : | null | { author_name : string ; author_url : string ; authors : { account : ...; name : ...; url : ... } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; chat_id : string ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; id : string ; unread : boolean ; } ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; type : "chat_mention" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; participation_message : null | string ; status : { account : { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); moved : (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } & WithMoved ; application : null | { name : string ; website : (...) | (...) } ; approval_status : null | "rejected" | "pending" | "approval" ; bookmark_folder : null | string ; bookmarked : boolean ; card : | null | { author_name : string ; author_url : string ; authors : (...)[] ; blurhash : (...) | (...); description : string ; embed_url : string ; height : number ; html : string ; image : (...) | (...); image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : (...) | (...) | (...) | (...); url : string ; width : number ; } ; content : string ; content_map : null | { [ key : string ]: string } ; content_type : null | string ; conversation_id ?: string ; created_at : string ; direct_conversation_id ?: string ; disliked : boolean ; dislikes_count : number ; edited_at : null | string ; emoji_reactions : ( | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } | { account_ids : ...; accounts : ...; count : ...; me : ...; name : ...; static_url : ...; url : ...; } )[] ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event : | null | { end_time : (...) | (...); join_mode : (...) | (...) | (...) | (...) | (...); join_state : (...) | (...) | (...) | (...); location : (...) | (...); name : string ; participants_count : number ; start_time : (...) | (...); } ; expires_at ?: string ; favourited : boolean ; favourites_count : number ; filtered : { filter : { context : ...; expires_at : ...; filter_action : ...; id : ...; title : ...; } ; keyword_matches : (...) | (...); status_matches : (...) | (...); } [] ; group : | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : (...)[] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : (...) | (...); relationship : (...) | (...); statuses_visibility : string ; uri : string ; url : string ; } ; id : string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id : null | string ; in_reply_to_id : null | string ; interaction_policy : { can_favourite : { always : (...)[] ; with_approval : (...)[] } ; can_reblog : { always : (...)[] ; with_approval : (...)[] } ; can_reply : { always : (...)[] ; with_approval : (...)[] } ; } ; language : null | string ; list_id : null | number ; local ?: boolean ; media_attachments : ( | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; meta : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } | { blurhash : ...; description : ...; id : ...; mime_type : ...; preview_url : ...; remote_url : ...; type : ...; url : ...; } )[] ; mentions : { acct : string ; id : string ; url : string ; username : string } [] ; muted : boolean ; parent_visible ?: boolean ; pinned : boolean ; pinned_at : null | string ; poll : | null | { emojis : (...)[] ; expired : boolean ; expires_at : (...) | (...); id : string ; multiple : boolean ; non_anonymous : boolean ; options : (...)[] ; own_votes : (...) | (...); voted : boolean ; voters_count : number ; votes_count : number ; } ; quote_id : null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count : number ; reblogged : boolean ; reblogs_count : number ; replies_count : number ; rss_feed : | null | { description : (...) | (...); id : string ; image_url : (...) | (...); title : (...) | (...); url : string ; } ; scheduled_at : null ; sensitive : boolean ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; tags : { following ?: (...) | (...) | (...); history : (...) | (...); name : string ; total : (...) | (...); url : string ; } [] ; text : null | string ; text_map : null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation : | null | false | { content : string ; detected_source_language : string ; id : (...) | (...); media_attachments : (...)[] ; poll ?: (...) | (...); provider : (...) | (...); spoiler_text : string ; } ; uri : string ; url : string ; visibility : string ; } & { quote : | null | { state : (...) | (...) | (...) | (...) | (...) | (...); status : (...) | (...); } | { state : (...) | (...) | (...) | (...) | (...) | (...); status_id : (...) | (...); } ; reblog : null | Status ; } ; type : "participation_accepted" | "participation_request" ; } | { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; created_at : string ; group_key : string ; id : string ; is_muted ?: boolean ; is_seen ?: boolean ; status : null | Status ; type : "bite" ; } , true , > , > getUnreadNotificationCount : ( params ?: GetUnreadNotificationCountParams ) => Promise < { count : number } > updateNotificationPolicy : ( params : UpdateNotificationPolicyRequest , ) => Promise < { for_limited_accounts : "filter" | "accept" | "drop" ; for_new_accounts : "filter" | "accept" | "drop" ; for_not_followers : "filter" | "accept" | "drop" ; for_not_following : "filter" | "accept" | "drop" ; for_private_mentions : "filter" | "accept" | "drop" ; summary : { pending_notifications_count : number ; pending_requests_count : number ; } ; } , > Readonly
oauth oauth : { authorize : ( params : OauthAuthorizeParams ) => Promise < string > ; getCaptcha : () => Promise < { type : string } & { [ key : string ]: any } > ; getToken : ( params : GetTokenParams , ) => Promise < { access_token : string ; created_at ?: number ; expires_in ?: number ; id ?: string ; me ?: string ; refresh_token ?: string ; scope : string ; token_type : string ; } , > ; mfaChallenge : ( params : MfaChallengeParams , ) => Promise < { access_token : string ; created_at ?: number ; expires_in ?: number ; id ?: string ; me ?: string ; refresh_token ?: string ; scope : string ; token_type : string ; } , > ; revokeToken : ( params : RevokeTokenParams ) => Promise < {} > ; } = ... Type declaration getCaptcha : () => Promise < { type : string } & { [ key : string ]: any } > getToken : ( params : GetTokenParams , ) => Promise < { access_token : string ; created_at ?: number ; expires_in ?: number ; id ?: string ; me ?: string ; refresh_token ?: string ; scope : string ; token_type : string ; } , > mfaChallenge : ( params : MfaChallengeParams , ) => Promise < { access_token : string ; created_at ?: number ; expires_in ?: number ; id ?: string ; me ?: string ; refresh_token ?: string ; scope : string ; token_type : string ; } , > revokeToken : ( params : RevokeTokenParams ) => Promise < {} > Readonly
oembed oembed : { getOembed : ( url : string , maxwidth ?: number , maxheight ?: number , ) => Promise < { author_name : string ; author_url : string ; cache_age : number ; height : null | number ; html : string ; provider_name : string ; provider_url : string ; type : string ; version : string ; width : null | number ; } , > ; } = ...
Type declaration getOembed : ( url : string , maxwidth ?: number , maxheight ?: number , ) => Promise < { author_name : string ; author_url : string ; cache_age : number ; height : null | number ; html : string ; provider_name : string ; provider_url : string ; type : string ; version : string ; width : null | number ; } , > Readonly
polls polls : { getPoll : ( pollId : string , ) => Promise < { emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : string ; title_map : null | { [ key : string ]: string } ; votes_count : number ; } [] ; own_votes : null | number [] ; voted : boolean ; voters_count : number ; votes_count : number ; } , > ; vote : ( pollId : string , choices : number [] , ) => Promise < { emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : string ; title_map : null | { [ key : string ]: string } ; votes_count : number ; } [] ; own_votes : null | number [] ; voted : boolean ; voters_count : number ; votes_count : number ; } , > ; } = ...
Type declaration getPoll : ( pollId : string , ) => Promise < { emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : string ; title_map : null | { [ key : string ]: string } ; votes_count : number ; } [] ; own_votes : null | number [] ; voted : boolean ; voters_count : number ; votes_count : number ; } , > vote : ( pollId : string , choices : number [] , ) => Promise < { emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : string ; title_map : null | { [ key : string ]: string } ; votes_count : number ; } [] ; own_votes : null | number [] ; voted : boolean ; voters_count : number ; votes_count : number ; } , > Readonly
push Notifications pushNotifications : { createSubscription : ( params : CreatePushNotificationsSubscriptionParams , ) => Promise < { alerts : { [ key : string ]: boolean } ; endpoint : string ; id : string ; server_key : string ; standard : boolean ; } , > ; deleteSubscription : () => Promise < {} > ; getSubscription : () => Promise < { alerts : { [ key : string ]: boolean } ; endpoint : string ; id : string ; server_key : string ; standard : boolean ; } , > ; updateSubscription : ( params : UpdatePushNotificationsSubscriptionParams , ) => Promise < { alerts : { [ key : string ]: boolean } ; endpoint : string ; id : string ; server_key : string ; standard : boolean ; } , > ; } = ... Type declaration createSubscription : ( params : CreatePushNotificationsSubscriptionParams , ) => Promise < { alerts : { [ key : string ]: boolean } ; endpoint : string ; id : string ; server_key : string ; standard : boolean ; } , > deleteSubscription : () => Promise < {} > getSubscription : () => Promise < { alerts : { [ key : string ]: boolean } ; endpoint : string ; id : string ; server_key : string ; standard : boolean ; } , > updateSubscription : ( params : UpdatePushNotificationsSubscriptionParams , ) => Promise < { alerts : { [ key : string ]: boolean } ; endpoint : string ; id : string ; server_key : string ; standard : boolean ; } , > request request : < T = any > ( this : Pick < PlApiClient , "accessToken" | "iceshrimpAccessToken" | "baseURL" , > , input : URL | RequestInfo , __namedParameters ?: RequestBody , ) => Promise < PlApiResponse < T > > = ... rssFeedSubscriptions : { createRssFeedSubscription : ( url : string , ) => Promise < { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } , > ; deleteRssFeedSubscription : ( url : string ) => Promise < {} > ; fetchRssFeedSubscriptions : () => Promise < { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } [] , > ; } = ...
Type declaration createRssFeedSubscription : ( url : string , ) => Promise < { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } , > deleteRssFeedSubscription : ( url : string ) => Promise < {} > fetchRssFeedSubscriptions : () => Promise < { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } [] , > Readonly
scheduled Statuses scheduledStatuses : { cancelScheduledStatus : ( scheduledStatusId : string ) => Promise < {} > ; getScheduledStatus : ( scheduledStatusId : string , ) => Promise < { id : string ; media_attachments : (
| { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; small ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : (...)
| (...)
; duration : (...)
| (...)
; frame_rate : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; small ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: (...)
| (...)
; background ?: (...)
| (...)
; duration ?: (...)
| (...)
; foreground ?: (...)
| (...)
; } ; duration ?: number ; original ?: { bitrate ?: (...)
| (...)
; duration ?: (...)
| (...)
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )
[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , > ; getScheduledStatuses : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { id : string ; media_attachments : (
| { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )
[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , true , > , > ; updateScheduledStatus : ( scheduledStatusId : string , scheduled_at : string , ) => Promise < { id : string ; media_attachments : (
| { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; small ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : (...)
| (...)
; duration : (...)
| (...)
; frame_rate : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; small ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : (...)
| (...)
; height : number ; size : (...)
| (...)
; width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: (...)
| (...)
; background ?: (...)
| (...)
; duration ?: (...)
| (...)
; foreground ?: (...)
| (...)
; } ; duration ?: number ; original ?: { bitrate ?: (...)
| (...)
; duration ?: (...)
| (...)
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )
[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , > ; } = ... Type declaration cancelScheduledStatus : ( scheduledStatusId : string ) => Promise < {} > getScheduledStatus : ( scheduledStatusId : string , ) => Promise < { id : string ; media_attachments : ( | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; small ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : (...) | (...); duration : (...) | (...); frame_rate : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; small ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: (...) | (...); background ?: (...) | (...); duration ?: (...) | (...); foreground ?: (...) | (...); } ; duration ?: number ; original ?: { bitrate ?: (...) | (...); duration ?: (...) | (...) } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , > getScheduledStatuses : ( params ?: PaginationParams , ) => Promise < PaginatedResponse < { id : string ; media_attachments : ( | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , true , > , > updateScheduledStatus : ( scheduledStatusId : string , scheduled_at : string , ) => Promise < { id : string ; media_attachments : ( | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : number ; y : number } ; original ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; small ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : (...) | (...); duration : (...) | (...); frame_rate : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; small ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : number ; y : number } ; original ?: { aspect : (...) | (...); height : number ; size : (...) | (...); width : number ; } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: (...) | (...); background ?: (...) | (...); duration ?: (...) | (...); foreground ?: (...) | (...); } ; duration ?: number ; original ?: { bitrate ?: (...) | (...); duration ?: (...) | (...) } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , > Readonly
search search : { search : ( q : string , params ?: SearchParams , meta ?: RequestMeta , ) => Promise < { accounts : Account [] ; groups : { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] ; hashtags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; statuses : Status [] ; } , > ; searchLocation : ( q : string , meta ?: RequestMeta , ) => Promise < { country : string ; description : string ; geom : null | { coordinates : null | [ number , number ] ; srid : string } ; locality : string ; origin_id : string ; origin_provider : string ; postal_code : string ; region : string ; street : string ; timezone : string ; type : string ; url : string ; } [] , > ; } = ... Type declaration search : ( q : string , params ?: SearchParams , meta ?: RequestMeta , ) => Promise < { accounts : Account [] ; groups : { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } [] ; hashtags : { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; statuses : Status [] ; } , > searchLocation : ( q : string , meta ?: RequestMeta , ) => Promise < { country : string ; description : string ; geom : null | { coordinates : null | [ number , number ] ; srid : string } ; locality : string ; origin_id : string ; origin_provider : string ; postal_code : string ; region : string ; street : string ; timezone : string ; type : string ; url : string ; } [] , > Readonly
settings settings : { addAccountAlias : ( alias : string ) => Promise < { status : "success" } > ; authorizeIceshrimp : () => Promise < string > ; changeEmail : ( email : string , password : string ) => Promise < {} > ; changePassword : ( current_password : string , new_password : string , ) => Promise < {} > ; createAccount : ( params : CreateAccountParams , ) => Promise < { access_token : string ; created_at ?: number ; expires_in ?: number ; id ?: string ; me ?: string ; refresh_token ?: string ; scope : string ; token_type : string ; } , > ; createBackup : () => Promise < { content_type : string ; file_size : number ; id : string ; inserted_at : string ; processed : boolean ; url : string ; } , > ; deleteAccount : ( password : string ) => Promise < {} > ; deleteAccountAlias : ( alias : string ) => Promise < { status : "success" } > ; deleteAccountWithoutPassword : () => Promise < {} > ; deleteAvatar : () => Promise < CredentialAccount > ; deleteHeader : () => Promise < CredentialAccount > ; deleteOauthToken : ( oauthTokenId : string ) => Promise < {} > ; disableAccount : ( password : string ) => Promise < {} > ; exportBlocks : () => Promise < string > ; exportFollowers : () => Promise < string > ; exportFollows : () => Promise < string > ; exportLists : () => Promise < string > ; exportMutes : () => Promise < string > ; getAccountAliases : () => Promise < { aliases : string [] } > ; getAvailableFrontends : () => Promise < string [] > ; getBackups : () => Promise < { content_type : string ; file_size : number ; id : string ; inserted_at : string ; processed : boolean ; url : string ; } [] , > ; getInteractionPolicies : () => Promise < { direct : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; private : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; public : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; unlisted : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; } , > ; getOauthTokens : () => Promise < PaginatedResponse < { app_name : string ; app_website : string ; created_at : null | string ; id : string ; last_used : null | string ; scopes : string [] ; valid_until : null | string ; } , true , > , > ; getPreferences : () => Promise < Record < string , any > > ; importBlocks : ( list : string | File , mode ?: "merge" | "overwrite" , ) => Promise < any > ; importFollowers : ( list : string | File , actorId : string ) => Promise < any > ; importFollows : ( list : string | File , mode ?: "merge" | "overwrite" , ) => Promise < any > ; importMutes : ( list : string | File , mode ?: "merge" | "overwrite" , ) => Promise < any > ; mfa : { confirmMfaSetup : ( method : "totp" , code : string , password : string , ) => Promise < {} > ; disableMfa : ( method : "totp" , password : string ) => Promise < {} > ; getMfaBackupCodes : () => Promise < { codes : string [] } > ; getMfaSettings : () => Promise < { settings : { enabled : boolean ; totp : boolean } } , > ; getMfaSetup : ( method : "totp" , ) => Promise < { key : string ; provisioning_uri : string } > ; } ; moveAccount : ( target_account : string , password : string ) => Promise < {} > ; resetPassword : ( email ?: string , nickname ?: string ) => Promise < {} > ; setPreferredFrontend : ( frontendName : string , ) => Promise < { frontend_name : string } > ; updateCredentials : ( params : UpdateCredentialsParams , ) => Promise < CredentialAccount > ; updateInteractionPolicies : ( params : UpdateInteractionPoliciesParams , ) => Promise < { direct : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; private : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; public : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; unlisted : { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; } , > ; updateNotificationSettings : ( params : UpdateNotificationSettingsParams , ) => Promise < { status : string } > ; verifyCredentials : () => Promise < CredentialAccount > ; } = ... Type declaration addAccountAlias : ( alias : string ) => Promise < { status : "success" } > authorizeIceshrimp : () => Promise < string > changeEmail : ( email : string , password : string ) => Promise < {} > changePassword : ( current_password : string , new_password : string ) => Promise < {} > createAccount : ( params : CreateAccountParams , ) => Promise < { access_token : string ; created_at ?: number ; expires_in ?: number ; id ?: string ; me ?: string ; refresh_token ?: string ; scope : string ; token_type : string ; } , > createBackup : () => Promise < { content_type : string ; file_size : number ; id : string ; inserted_at : string ; processed : boolean ; url : string ; } , > deleteAccount : ( password : string ) => Promise < {} > deleteAccountAlias : ( alias : string ) => Promise < { status : "success" } > deleteAccountWithoutPassword : () => Promise < {} > deleteOauthToken : ( oauthTokenId : string ) => Promise < {} > disableAccount : ( password : string ) => Promise < {} > exportBlocks : () => Promise < string > exportFollowers : () => Promise < string > exportFollows : () => Promise < string > exportLists : () => Promise < string > exportMutes : () => Promise < string > getAccountAliases : () => Promise < { aliases : string [] } > getAvailableFrontends : () => Promise < string [] > getBackups : () => Promise < { content_type : string ; file_size : number ; id : string ; inserted_at : string ; processed : boolean ; url : string ; } [] , > getInteractionPolicies : () => Promise < { direct : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; private : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; public : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; unlisted : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; } , > getOauthTokens : () => Promise < PaginatedResponse < { app_name : string ; app_website : string ; created_at : null | string ; id : string ; last_used : null | string ; scopes : string [] ; valid_until : null | string ; } , true , > , > getPreferences : () => Promise < Record < string , any > > importBlocks : ( list : string | File , mode ?: "merge" | "overwrite" ) => Promise < any > importFollowers : ( list : string | File , actorId : string ) => Promise < any > importFollows : ( list : string | File , mode ?: "merge" | "overwrite" ) => Promise < any > importMutes : ( list : string | File , mode ?: "merge" | "overwrite" ) => Promise < any > mfa : { confirmMfaSetup : ( method : "totp" , code : string , password : string , ) => Promise < {} > ; disableMfa : ( method : "totp" , password : string ) => Promise < {} > ; getMfaBackupCodes : () => Promise < { codes : string [] } > ; getMfaSettings : () => Promise < { settings : { enabled : boolean ; totp : boolean } } , > ; getMfaSetup : ( method : "totp" , ) => Promise < { key : string ; provisioning_uri : string } > ; } confirmMfaSetup : ( method : "totp" , code : string , password : string ) => Promise < {} > disableMfa : ( method : "totp" , password : string ) => Promise < {} > getMfaBackupCodes : () => Promise < { codes : string [] } > getMfaSettings : () => Promise < { settings : { enabled : boolean ; totp : boolean } } > getMfaSetup : ( method : "totp" ) => Promise < { key : string ; provisioning_uri : string } > moveAccount : ( target_account : string , password : string ) => Promise < {} > resetPassword : ( email ?: string , nickname ?: string ) => Promise < {} > setPreferredFrontend : ( frontendName : string ) => Promise < { frontend_name : string } > updateInteractionPolicies : ( params : UpdateInteractionPoliciesParams , ) => Promise < { direct : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; private : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; public : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; unlisted : { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; } , > updateNotificationSettings : ( params : UpdateNotificationSettingsParams ) => Promise < { status : string } > shoutbox : { connect : ( token : string , __namedParameters : { onMessage : ( message : { author : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : number ; text : string ; } , ) => void ; onMessages : ( messages : { author : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : (...) | (...); shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : (...) | (...) } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: ...; source ?: ... } ; accepts_chat_messages : (...) | (...) | (...); acct : string ; ap_id : (...) | (...); avatar : string ; avatar_description : string ; avatar_static : string ; background_image : (...) | (...); birthday ?: (...) | (...); bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: (...) | (...) | (...); discoverable : boolean ; display_name : string ; domain : string ; emojis : (...)[] ; enable_rss : boolean ; favicon ?: (...) | (...); fields : (...)[] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: (...) | (...) | (...); hide_favorites : boolean ; hide_followers ?: (...) | (...) | (...); hide_followers_count ?: (...) | (...) | (...); hide_follows ?: (...) | (...) | (...); hide_follows_count ?: (...) | (...) | (...); id : string ; identity_proofs : (...)[] ; is_admin ?: (...) | (...) | (...); is_cat : boolean ; is_moderator ?: (...) | (...) | (...); is_suggested ?: (...) | (...) | (...); last_status_at : (...) | (...); limited ?: (...) | (...) | (...); local ?: (...) | (...) | (...); location ?: (...) | (...); locked : boolean ; mention_policy : (...) | (...) | (...); noindex : (...) | (...) | (...); note : string ; payment_options : (...)[] ; permit_followback ?: (...) | (...) | (...); pronouns : (...)[] ; relationship ?: (...) | (...); roles : (...)[] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: (...) | (...) | (...); url : string ; username : string ; verified ?: (...) | (...) | (...); } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : (...) | (...); href : (...) | (...); name : (...) | (...); object_id : (...) | (...); price : (...) | (...); type : (...) | (...); } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; id : number ; text : string ; } [] , ) => void ; } , ) => { close : () => void ; message : ( text : string ) => void } ; } = ...
Readonly
statuses statuses : { bookmarkStatus : ( statusId : string , folderId ?: string ) => Promise < Status > ; createStatus : ( params : CreateStatusParams , ) => Promise < | Status | { id : string ; media_attachments : (
| { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )
[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , > ; createStatusReaction : ( statusId : string , emoji : string ) => Promise < Status > ; deleteStatus : ( statusId : string , deleteMedia ?: boolean , ) => Promise < { content_type : string ; id : string ; location : | null | { country : string ; description : string ; geom : null | { coordinates : null | [ number , number ] ; srid : string } ; locality : string ; origin_id : string ; origin_provider : string ; postal_code : string ; region : string ; street : string ; timezone : string ; type : string ; url : string ; } ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; text : string ; text_map : null | { [ key : string ]: string } ; } , > ; deleteStatusReaction : ( statusId : string , emoji : string ) => Promise < Status > ; dislikeStatus : ( statusId : string ) => Promise < Status > ; editStatus : ( statusId : string , params : EditStatusParams ) => Promise < Status > ; favouriteStatus : ( statusId : string ) => Promise < Status > ; getContext : ( statusId : string , params ?: LanguageParam , ) => Promise < { ancestors : Status [] ; descendants : Status [] ; references : Status [] } , > ; getDislikedBy : ( statusId : string , ) => Promise < PaginatedResponse < Account , true > > ; getFavouritedBy : ( statusId : string , params ?: GetFavouritedByParams , ) => Promise < PaginatedResponse < Account , true > > ; getRebloggedBy : ( statusId : string , params ?: GetRebloggedByParams , ) => Promise < PaginatedResponse < Account , true > > ; getStatus : ( statusId : string , params ?: LanguageParam ) => Promise < Status > ; getStatusBookmarkFolders : ( statusId : string , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] , > ; getStatuses : ( statusIds : string [] , params ?: LanguageParam , ) => Promise < Status [] > ; getStatusHistory : ( statusId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; media_attachments : (
| { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )
[] ; poll : null | { options : { title : string } [] } ; sensitive : boolean ; spoiler_text : string ; } [] , > ; getStatusMentionedUsers : ( statusId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < Account , true > > ; getStatusQuotes : ( statusId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < Status , true > > ; getStatusReactions : ( statusId : string , emoji ?: string , ) => Promise < (
| { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] , > ; getStatusReferences : ( statusId : string , params ?: PaginationParams , ) => Promise < PaginatedResponse < Status , true > > ; getStatusSource : ( statusId : string , ) => Promise < { content_type : string ; id : string ; location : | null | { country : string ; description : string ; geom : null | { coordinates : null | [ number , number ] ; srid : string } ; locality : string ; origin_id : string ; origin_provider : string ; postal_code : string ; region : string ; street : string ; timezone : string ; type : string ; url : string ; } ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; text : string ; text_map : null | { [ key : string ]: string } ; } , > ; loadConversation : ( statusId : string ) => Promise < {} > ; muteStatus : ( statusId : string ) => Promise < Status > ; pinStatus : ( statusId : string ) => Promise < Status > ; previewStatus : ( params : CreateStatusParams , ) => Promise < { account ?: Account ; application ?: null | { name : string ; website : null | string } ; approval_status ?: null | "rejected" | "pending" | "approval" ; bookmark_folder ?: null | string ; bookmarked ?: boolean ; card ?: | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content ?: string ; content_map ?: null | { [ key : string ]: string } ; content_type ?: null | string ; conversation_id ?: string ; created_at ?: string ; direct_conversation_id ?: string ; disliked ?: boolean ; dislikes_count ?: number ; edited_at ?: null | string ; emoji_reactions ?: (
| { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : string ; url : string ; } )
[] ; emojis ?: { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event ?: | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : string ; latitude : null | number ; locality : string ; longitude : null | number ; name : string ; postal_code : string ; region : string ; street : string ; url : string ; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited ?: boolean ; favourites_count ?: number ; filtered ?: { filter : { context : (
"public" | "account" | "home" | "notifications" | "thread" )
[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group ?: | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } ; id ?: string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id ?: null | string ; in_reply_to_id ?: null | string ; interaction_policy ?: { can_favourite : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reblog : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; can_reply : { always : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; with_approval : (
| "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )
[] ; } ; } ; language ?: null | string ; list_id ?: null | number ; local ?: boolean ; media_attachments ?: (
| { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...
; duration : ...
; frame_rate : ...
; height : ...
; size : ...
; width : ...
; } ; small ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...
; y : ...
} ; original ?: { aspect : ...
; height : ...
; size : ...
; width : ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...
; background ?: ...
; duration ?: ...
; foreground ?: ...
; } ; duration ?: number ; original ?: { bitrate ?: ...
; duration ?: ...
} ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )
[] ; mentions ?: { acct : string ; id : string ; url : string ; username : string } [] ; muted ?: boolean ; parent_visible ?: boolean ; pinned ?: boolean ; pinned_at ?: null | string ; poll ?: | null | { emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : string ; title_map : null | { [ key : string ]: string } ; votes_count : number ; } [] ; own_votes : null | number [] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote ?: | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id ?: null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count ?: number ; reblog ?: null | Status ; reblogged ?: boolean ; reblogs_count ?: number ; replies_count ?: number ; rss_feed ?: | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at ?: null ; sensitive ?: boolean ; spoiler_text ?: string ; spoiler_text_map ?: null | { [ key : string ]: string } ; tags ?: { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; text ?: null | string ; text_map ?: null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation ?: | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : string ; id : string } [] ; poll ?: { id : string ; options : { title : string } [] } ; provider : null | string ; spoiler_text : string ; } ; uri ?: string ; url ?: string ; visibility ?: string ; } , > ; reblogStatus : ( statusId : string , visibility ?: string ) => Promise < Status > ; translateStatus : ( statusId : string , lang ?: string , ) => Promise < { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : string ; id : string } [] ; poll ?: { id : string ; options : { title : string } [] } ; provider : null | string ; spoiler_text : string ; } , > ; translateStatuses : ( statusIds : string [] , lang : string , ) => Promise < { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : string ; id : string } [] ; poll ?: { id : string ; options : { title : string } [] } ; provider : null | string ; spoiler_text : string ; } [] , > ; unbookmarkStatus : ( statusId : string ) => Promise < Status > ; undislikeStatus : ( statusId : string ) => Promise < Status > ; unfavouriteStatus : ( statusId : string ) => Promise < Status > ; unmuteStatus : ( statusId : string ) => Promise < Status > ; unpinStatus : ( statusId : string ) => Promise < Status > ; unreblogStatus : ( statusId : string ) => Promise < Status > ; } = ... Type declaration bookmarkStatus : ( statusId : string , folderId ?: string ) => Promise < Status > createStatus : ( params : CreateStatusParams , ) => Promise < | Status | { id : string ; media_attachments : ( | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )[] ; params : { application_id : null | number ; expires_in : null | number ; idempotency : null | string ; in_reply_to_id : null | string ; language : null | string ; media_ids : null | string ; poll : | null | { expires_in : string ; hide_totals ?: boolean ; multiple ?: boolean ; options : string [] ; } ; scheduled_at : null | string ; sensitive : null | boolean ; spoiler_text : null | string ; text : null | string ; visibility : string ; with_rate_limit : boolean ; } ; scheduled_at : string ; } , > createStatusReaction : ( statusId : string , emoji : string ) => Promise < Status > deleteStatus : ( statusId : string , deleteMedia ?: boolean , ) => Promise < { content_type : string ; id : string ; location : | null | { country : string ; description : string ; geom : null | { coordinates : null | [ number , number ] ; srid : string } ; locality : string ; origin_id : string ; origin_provider : string ; postal_code : string ; region : string ; street : string ; timezone : string ; type : string ; url : string ; } ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; text : string ; text_map : null | { [ key : string ]: string } ; } , > deleteStatusReaction : ( statusId : string , emoji : string ) => Promise < Status > dislikeStatus : ( statusId : string ) => Promise < Status > editStatus : ( statusId : string , params : EditStatusParams ) => Promise < Status > favouriteStatus : ( statusId : string ) => Promise < Status > getContext : ( statusId : string , params ?: LanguageParam , ) => Promise < { ancestors : Status [] ; descendants : Status [] ; references : Status [] } , > getDislikedBy : ( statusId : string ) => Promise < PaginatedResponse < Account , true > > getStatus : ( statusId : string , params ?: LanguageParam ) => Promise < Status > getStatusBookmarkFolders : ( statusId : string , ) => Promise < { emoji : null | string ; emoji_url : null | string ; id : string ; name : string ; } [] , > getStatuses : ( statusIds : string [] , params ?: LanguageParam ) => Promise < Status [] > getStatusHistory : ( statusId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...; shortcode : ...; static_url : ...; url : ...; visible_in_picker : ...; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...; value : ...; verified_at : ... } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...; value : ...; verified_at : ... } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...; href : ...; name : ...; object_id : ...; price : ...; type : ...; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...; blocking : ...; domain_blocking : ...; endorsed : ...; followed_by : ...; following : ...; id : ...; muting : ...; muting_notifications : ...; note : ...; notifying : ...; requested : ...; showing_reblogs : ...; } ; roles : { color : ...; highlighted : ...; id : ...; name : ...; permissions : ...; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; content : string ; created_at : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; media_attachments : ( | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )[] ; poll : null | { options : { title : string } [] } ; sensitive : boolean ; spoiler_text : string ; } [] , > getStatusReactions : ( statusId : string , emoji ?: string , ) => Promise < ( | { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : string ; url : string ; } )[] , > getStatusSource : ( statusId : string , ) => Promise < { content_type : string ; id : string ; location : | null | { country : string ; description : string ; geom : null | { coordinates : null | [ number , number ] ; srid : string } ; locality : string ; origin_id : string ; origin_provider : string ; postal_code : string ; region : string ; street : string ; timezone : string ; type : string ; url : string ; } ; spoiler_text : string ; spoiler_text_map : null | { [ key : string ]: string } ; text : string ; text_map : null | { [ key : string ]: string } ; } , > loadConversation : ( statusId : string ) => Promise < {} > muteStatus : ( statusId : string ) => Promise < Status > pinStatus : ( statusId : string ) => Promise < Status > previewStatus : ( params : CreateStatusParams , ) => Promise < { account ?: Account ; application ?: null | { name : string ; website : null | string } ; approval_status ?: null | "rejected" | "pending" | "approval" ; bookmark_folder ?: null | string ; bookmarked ?: boolean ; card ?: | null | { author_name : string ; author_url : string ; authors : { account : null | Account ; name : string ; url : string } [] ; blurhash : null | string ; description : string ; embed_url : string ; height : number ; html : string ; image : null | string ; image_description : string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : number ; } ; content ?: string ; content_map ?: null | { [ key : string ]: string } ; content_type ?: null | string ; conversation_id ?: string ; created_at ?: string ; direct_conversation_id ?: string ; disliked ?: boolean ; dislikes_count ?: number ; edited_at ?: null | string ; emoji_reactions ?: ( | { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : undefined ; url : undefined ; } | { account_ids : string [] ; accounts : Account [] ; count : null | number ; me : boolean ; name : string ; static_url : string ; url : string ; } )[] ; emojis ?: { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; event ?: | null | { end_time : null | string ; join_mode : null | "free" | "restricted" | "invite" | "external" ; join_state : null | "pending" | "reject" | "accept" ; location : | null | { country : string ; latitude : null | number ; locality : string ; longitude : null | number ; name : string ; postal_code : string ; region : string ; street : string ; url : string ; } ; name : string ; participants_count : number ; start_time : null | string ; } ; expires_at ?: string ; favourited ?: boolean ; favourites_count ?: number ; filtered ?: { filter : { context : ("public" | "account" | "home" | "notifications" | "thread" )[] ; expires_at : null | string ; filter_action : "warn" | "hide" | "blur" ; id : string ; title : string ; } ; keyword_matches : null | string ; status_matches : null | string ; } [] ; group ?: | null | { avatar : string ; avatar_description : string ; avatar_static : string ; created_at : string ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; header : string ; header_description : string ; header_static : string ; id : string ; locked : boolean ; members_count : number ; membership_required : boolean ; note : string ; owner : null | { id : string } ; relationship : | null | { id : string ; member : boolean ; requested : boolean ; role : GroupRoles } ; statuses_visibility : string ; uri : string ; url : string ; } ; id ?: string ; in_reply_to_account_acct ?: string ; in_reply_to_account_id ?: null | string ; in_reply_to_id ?: null | string ; interaction_policy ?: { can_favourite : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reblog : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; can_reply : { always : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; with_approval : ( | "following" | "public" | "me" | "followers" | "mutuals" | "mentioned" | "author" )[] ; } ; } ; language ?: null | string ; list_id ?: null | number ; local ?: boolean ; media_attachments ?: ( | { blurhash : null | string ; description : string ; id : string ; meta : { focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "image" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; original ?: { aspect : ...; duration : ...; frame_rate : ...; height : ...; size : ...; width : ...; } ; small ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "video" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { duration ?: number ; focus ?: { x : ...; y : ... } ; original ?: { aspect : ...; height : ...; size : ...; width : ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "gifv" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; meta : { colors ?: { accent ?: ...; background ?: ...; duration ?: ...; foreground ?: ...; } ; duration ?: number ; original ?: { bitrate ?: ...; duration ?: ... } ; } ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "audio" ; url : string ; } | { blurhash : null | string ; description : string ; id : string ; mime_type : null | string ; preview_url : string ; remote_url : null | string ; type : "unknown" ; url : string ; } )[] ; mentions ?: { acct : string ; id : string ; url : string ; username : string } [] ; muted ?: boolean ; parent_visible ?: boolean ; pinned ?: boolean ; pinned_at ?: null | string ; poll ?: | null | { emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; expired : boolean ; expires_at : null | string ; id : string ; multiple : boolean ; non_anonymous : boolean ; options : { title : string ; title_map : null | { [ key : string ]: string } ; votes_count : number ; } [] ; own_votes : null | number [] ; voted : boolean ; voters_count : number ; votes_count : number ; } ; quote ?: | null | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status : null | Status ; } | { state : | "rejected" | "pending" | "accepted" | "revoked" | "deleted" | "unauthorized" ; status_id : null | string ; } ; quote_id ?: null | string ; quote_url ?: string ; quote_visible ?: boolean ; quotes_count ?: number ; reblog ?: null | Status ; reblogged ?: boolean ; reblogs_count ?: number ; replies_count ?: number ; rss_feed ?: | null | { description : null | string ; id : string ; image_url : null | string ; title : null | string ; url : string ; } ; scheduled_at ?: null ; sensitive ?: boolean ; spoiler_text ?: string ; spoiler_text_map ?: null | { [ key : string ]: string } ; tags ?: { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] ; text ?: null | string ; text_map ?: null | { [ key : string ]: string } ; thread_muted ?: boolean ; translation ?: | null | false | { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : string ; id : string } [] ; poll ?: { id : string ; options : { title : string } [] } ; provider : null | string ; spoiler_text : string ; } ; uri ?: string ; url ?: string ; visibility ?: string ; } , > reblogStatus : ( statusId : string , visibility ?: string ) => Promise < Status > translateStatus : ( statusId : string , lang ?: string , ) => Promise < { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : string ; id : string } [] ; poll ?: { id : string ; options : { title : string } [] } ; provider : null | string ; spoiler_text : string ; } , > translateStatuses : ( statusIds : string [] , lang : string , ) => Promise < { content : string ; detected_source_language : string ; id : null | string ; media_attachments : { description : string ; id : string } [] ; poll ?: { id : string ; options : { title : string } [] } ; provider : null | string ; spoiler_text : string ; } [] , > unbookmarkStatus : ( statusId : string ) => Promise < Status > undislikeStatus : ( statusId : string ) => Promise < Status > unfavouriteStatus : ( statusId : string ) => Promise < Status > unmuteStatus : ( statusId : string ) => Promise < Status > unpinStatus : ( statusId : string ) => Promise < Status > unreblogStatus : ( statusId : string ) => Promise < Status > Readonly
stories stories : { addMedia : ( file : File , ) => Promise < { id : string ; type : "video" | "photo" ; url : string } > ; createStory : ( mediaId : string , params : CreateStoryParams ) => Promise < {} > ; createStoryComment : ( storyId : string , comment : string ) => Promise < {} > ; createStoryPoll : ( params : CreateStoryPollParams ) => Promise < {} > ; createStoryReaction : ( storyId : string , emoji : string ) => Promise < {} > ; cropPhoto : ( mediaId : string , params : CropStoryPhotoParams ) => Promise < {} > ; deleteStory : ( storyId : string ) => Promise < {} > ; getRecentStories : () => Promise < { account_id : string ; avatar : string ; latest : { id : string ; preview_url : string ; type : string } ; local : boolean ; seen : boolean ; story_id : string ; url : string ; username : string ; } [] , > ; getStoriesForProfile : ( accountId : string , ) => Promise < { account : { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : null | string ; shortcode : string ; static_url : string ; url : string ; visible_in_picker : boolean ; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : string ; value : string ; verified_at : null | string } [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : string ; value : string ; verified_at : string } [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; moved : | null | { __meta : { pleroma ?: any ; source ?: any } ; accepts_chat_messages : null | boolean ; acct : string ; ap_id : null | string ; avatar : string ; avatar_description : string ; avatar_static : string ; background_image : null | string ; birthday ?: string ; bot : boolean ; created_at : string ; custom_css : string ; deactivated ?: boolean ; discoverable : boolean ; display_name : string ; domain : string ; emojis : { category : ...
; shortcode : ...
; static_url : ...
; url : ...
; visible_in_picker : ...
; } [] ; enable_rss : boolean ; favicon ?: string ; fields : { name : ...
; value : ...
; verified_at : ...
} [] ; followers_count : number ; following_count : number ; fqn : string ; group : boolean ; header : string ; header_description : string ; header_static : string ; hide_collections ?: boolean ; hide_favorites : boolean ; hide_followers ?: boolean ; hide_followers_count ?: boolean ; hide_follows ?: boolean ; hide_follows_count ?: boolean ; id : string ; identity_proofs : { name : ...
; value : ...
; verified_at : ...
} [] ; is_admin ?: boolean ; is_cat : boolean ; is_moderator ?: boolean ; is_suggested ?: boolean ; last_status_at : null | string ; limited ?: boolean ; local ?: boolean ; location ?: string ; locked : boolean ; mention_policy : "none" | "only_known" | "only_followers" ; noindex : null | boolean ; note : string ; payment_options : { chain_id : ...
; href : ...
; name : ...
; object_id : ...
; price : ...
; type : ...
; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : ...
; blocking : ...
; domain_blocking : ...
; endorsed : ...
; followed_by : ...
; following : ...
; id : ...
; muting : ...
; muting_notifications : ...
; note : ...
; notifying : ...
; requested : ...
; showing_reblogs : ...
; } ; roles : { color : ...
; highlighted : ...
; id : ...
; name : ...
; permissions : ...
; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } ; noindex : null | boolean ; note : string ; payment_options : { chain_id : null | string ; href : null | string ; name : null | string ; object_id : null | string ; price : null | string ; type : "link" | "monero-subscription" ; } [] ; permit_followback ?: boolean ; pronouns : string [] ; relationship ?: { blocked_by : boolean ; blocking : boolean ; domain_blocking : boolean ; endorsed : boolean ; followed_by : boolean ; following : boolean ; id : string ; muting : boolean ; muting_notifications : boolean ; note : string ; notifying : boolean ; requested : boolean ; showing_reblogs : boolean ; } ; roles : { color : string ; highlighted : boolean ; id : string ; name : string ; permissions : string ; } [] ; speak_as_cat : boolean ; statuses_count : number ; subscribers_count : number ; suspended ?: boolean ; url : string ; username : string ; verified ?: boolean ; } & WithMoved ; nodes : { can_react : boolean ; can_reply : boolean ; created_at : string ; duration : number ; expires_at : string ; id : string ; options ?: string [] ; progress : number ; question ?: string ; seen : boolean ; src : string ; type : string ; view_count : null | number ; voted ?: boolean ; voted_index ?: number ; } [] ; } [] , > ; getStoryPollResults : ( storyId : string ) => Promise < number [] > ; getStoryViewers : ( storyId : string ) => Promise < Account [] > ; markStoryAsViewed : ( storyId : string ) => Promise < {} > ; reportStory : ( storyId : string , type : StoryReportType ) => Promise < {} > ; storyExists : ( accountId : string ) => Promise < boolean > ; storyPollVote : ( storyId : string , choiceId : number ) => Promise < {} > ; } = ... Readonly
streaming streaming : { connect : () => { close : () => void ; listen : ( listener : any , stream ?: string ) => number ; subscribe : ( stream : string , params ?: { list ?: string ; tag ?: string } , ) => void ; unlisten : ( listener : any ) => void ; unsubscribe : ( stream : string , params ?: { list ?: string ; tag ?: string } , ) => void ; } ; health : () => Promise < "OK" > ; } = ...
Type declaration connect : () => { close : () => void ; listen : ( listener : any , stream ?: string ) => number ; subscribe : ( stream : string , params ?: { list ?: string ; tag ?: string } , ) => void ; unlisten : ( listener : any ) => void ; unsubscribe : ( stream : string , params ?: { list ?: string ; tag ?: string } , ) => void ; } health : () => Promise < "OK" > Readonly
subscriptions subscriptions : { cancelInvoice : ( invoiceId : string , ) => Promise < { amount : number ; chain_id : string ; created_at : string ; invoice_expires_at : string ; invoice_id : string ; payment_address : string ; recipient_id : string ; sender_id : string ; status : | "open" | "forwarded" | "paid" | "timeout" | "cancelled" | "underpaid" | "completed" | "failed" ; } , > ; createInvoice : ( senderId : string , recipientId : string , chainId : string , amount : number , ) => Promise < { amount : number ; chain_id : string ; created_at : string ; invoice_expires_at : string ; invoice_id : string ; payment_address : string ; recipient_id : string ; sender_id : string ; status : | "open" | "forwarded" | "paid" | "timeout" | "cancelled" | "underpaid" | "completed" | "failed" ; } , > ; createSubscription : ( subscriberId : string , duration : number , ) => Promise < { expires_at : string ; id : number } > ; findSubscription : ( senderId : string , recipientId : string , ) => Promise < { expires_at : string ; id : number } > ; getInvoice : ( invoiceId : string , ) => Promise < { amount : number ; chain_id : string ; created_at : string ; invoice_expires_at : string ; invoice_id : string ; payment_address : string ; recipient_id : string ; sender_id : string ; status : | "open" | "forwarded" | "paid" | "timeout" | "cancelled" | "underpaid" | "completed" | "failed" ; } , > ; getSubscriptionOptions : () => Promise < { chain_id : string ; payout_address : string ; price : null | number ; type : "monero" ; } [] , > ; updateSubscription : ( type : "monero" , chainId ?: string , price ?: number , payoutAddress ?: string , ) => Promise < Account > ; } = ... Type declaration cancelInvoice : ( invoiceId : string , ) => Promise < { amount : number ; chain_id : string ; created_at : string ; invoice_expires_at : string ; invoice_id : string ; payment_address : string ; recipient_id : string ; sender_id : string ; status : | "open" | "forwarded" | "paid" | "timeout" | "cancelled" | "underpaid" | "completed" | "failed" ; } , > createInvoice : ( senderId : string , recipientId : string , chainId : string , amount : number , ) => Promise < { amount : number ; chain_id : string ; created_at : string ; invoice_expires_at : string ; invoice_id : string ; payment_address : string ; recipient_id : string ; sender_id : string ; status : | "open" | "forwarded" | "paid" | "timeout" | "cancelled" | "underpaid" | "completed" | "failed" ; } , > createSubscription : ( subscriberId : string , duration : number , ) => Promise < { expires_at : string ; id : number } > findSubscription : ( senderId : string , recipientId : string , ) => Promise < { expires_at : string ; id : number } > getInvoice : ( invoiceId : string , ) => Promise < { amount : number ; chain_id : string ; created_at : string ; invoice_expires_at : string ; invoice_id : string ; payment_address : string ; recipient_id : string ; sender_id : string ; status : | "open" | "forwarded" | "paid" | "timeout" | "cancelled" | "underpaid" | "completed" | "failed" ; } , > getSubscriptionOptions : () => Promise < { chain_id : string ; payout_address : string ; price : null | number ; type : "monero" ; } [] , > updateSubscription : ( type : "monero" , chainId ?: string , price ?: number , payoutAddress ?: string , ) => Promise < Account > Readonly
timelines timelines : { antennaTimeline : ( antennaId : string , params ?: AntennaTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; bubbleTimeline : ( params ?: BubbleTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; deleteConversation : ( conversationId : string ) => Promise < {} > ; getConversations : ( params ?: GetConversationsParams , ) => Promise < PaginatedResponse < { accounts : Account [] ; id : string ; last_status : null | Status ; unread : boolean ; } , true , > , > ; getMarkers : ( timelines ?: string [] , ) => Promise < { [ key : string ]: { last_read_id : string ; unread_count ?: number ; updated_at : string ; version : number ; } ; } , > ; groupTimeline : ( groupId : string , params ?: GroupTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; hashtagTimeline : ( hashtag : string , params ?: HashtagTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; homeTimeline : ( params ?: HomeTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; linkTimeline : ( url : string , params ?: LinkTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; listTimeline : ( listId : string , params ?: ListTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; markConversationRead : ( conversationId : string , ) => Promise < { accounts : Account [] ; id : string ; last_status : null | Status ; unread : boolean ; } , > ; publicTimeline : ( params ?: PublicTimelineParams , ) => Promise < PaginatedResponse < Status , true > > ; saveMarkers : ( params : SaveMarkersParams , ) => Promise < { [ key : string ]: { last_read_id : string ; unread_count ?: number ; updated_at : string ; version : number ; } ; } , > ; } = ... Type declaration deleteConversation : ( conversationId : string ) => Promise < {} > getConversations : ( params ?: GetConversationsParams , ) => Promise < PaginatedResponse < { accounts : Account [] ; id : string ; last_status : null | Status ; unread : boolean ; } , true , > , > getMarkers : ( timelines ?: string [] , ) => Promise < { [ key : string ]: { last_read_id : string ; unread_count ?: number ; updated_at : string ; version : number ; } ; } , > markConversationRead : ( conversationId : string , ) => Promise < { accounts : Account [] ; id : string ; last_status : null | Status ; unread : boolean ; } , > saveMarkers : ( params : SaveMarkersParams , ) => Promise < { [ key : string ]: { last_read_id : string ; unread_count ?: number ; updated_at : string ; version : number ; } ; } , > Readonly
trends trends : { getTrendingLinks : ( params ?: GetTrends , ) => Promise < { author_name : string ; author_url : string ; blurhash : null | string ; description : string ; embed_url : string ; height : null | number ; history : null | { accounts : number ; day : number ; uses : number } [] ; html : string ; id : string ; image : null | string ; image_description : null | string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : null | number ; } [] , > ; getTrendingStatuses : ( params ?: GetTrendingStatuses ) => Promise < Status [] > ; getTrendingTags : ( params ?: GetTrends , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] , > ; } = ... Type declaration getTrendingLinks : ( params ?: GetTrends , ) => Promise < { author_name : string ; author_url : string ; blurhash : null | string ; description : string ; embed_url : string ; height : null | number ; history : null | { accounts : number ; day : number ; uses : number } [] ; html : string ; id : string ; image : null | string ; image_description : null | string ; provider_name : string ; provider_url : string ; title : string ; type : "link" | "video" | "photo" | "rich" ; url : string ; width : null | number ; } [] , > getTrendingTags : ( params ?: GetTrends , ) => Promise < { following ?: boolean ; history : null | { accounts : number ; day : number ; uses : number } [] ; name : string ; total : null | number ; url : string ; } [] , >
Mastodon API client.