we do a little hackering on the 4channel
This commit is contained in:
		
							
								
								
									
										5
									
								
								types.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								types.d.ts
									
									
									
									
										vendored
									
									
								
							| @ -61,8 +61,9 @@ export interface Status { | ||||
|   created_at: string | Date; // when the post was created | ||||
|   id: string; // ID of the reply itself | ||||
|   in_reply_to_account_id: string; // account ID of the reply | ||||
|   in_reply_to_id?: string; // status that the user has replied to | ||||
|   mentions?: Mention[]; // array of mentions | ||||
|   in_reply_to_id: string; // status that the user has replied to | ||||
|   mentions: Mention[]; // array of mentions | ||||
|   visibility: "private" | "public" | "unlisted"; | ||||
| } | ||||
|  | ||||
| export interface Mention { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user