41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [MeDetailed](./calckey-js.entities.medetailed.md)
|
||
|
|
||
|
## entities.MeDetailed type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type MeDetailed = UserDetailed & {
|
||
|
avatarId: DriveFile["id"];
|
||
|
bannerId: DriveFile["id"];
|
||
|
autoAcceptFollowed: boolean;
|
||
|
alwaysMarkNsfw: boolean;
|
||
|
carefulBot: boolean;
|
||
|
emailNotificationTypes: string[];
|
||
|
hasPendingReceivedFollowRequest: boolean;
|
||
|
hasUnreadAnnouncement: boolean;
|
||
|
hasUnreadAntenna: boolean;
|
||
|
hasUnreadChannel: boolean;
|
||
|
hasUnreadMentions: boolean;
|
||
|
hasUnreadMessagingMessage: boolean;
|
||
|
hasUnreadNotification: boolean;
|
||
|
hasUnreadSpecifiedNotes: boolean;
|
||
|
hideOnlineStatus: boolean;
|
||
|
injectFeaturedNote: boolean;
|
||
|
integrations: Record<string, any>;
|
||
|
isDeleted: boolean;
|
||
|
isExplorable: boolean;
|
||
|
mutedWords: string[][];
|
||
|
mutingNotificationTypes: string[];
|
||
|
noCrawle: boolean;
|
||
|
preventAiLearning: boolean;
|
||
|
receiveAnnouncementEmail: boolean;
|
||
|
usePasswordLessLogin: boolean;
|
||
|
[other: string]: any;
|
||
|
};
|
||
|
```
|
||
|
**References:** [UserDetailed](./calckey-js.entities.userdetailed.md)<!-- -->, [DriveFile](./calckey-js.entities.drivefile.md)
|
||
|
|