itd-api / Actor
Interface: Actor
Defined in: models/users.ts:47
Участник события в уведомлении.
Отличается от Author набором полей: вместо значков приходит связь с вами.
Properties
avatar
ts
avatar: string;Defined in: models/users.ts:52
Эмодзи-аватар, см. Author.avatar.
displayName
ts
displayName: string;Defined in: models/users.ts:50
id
ts
id: string;Defined in: models/users.ts:48
isFollowedBy?
ts
optional isFollowedBy?: boolean;Defined in: models/users.ts:56
Подписан ли он на вас.
isFollowing?
ts
optional isFollowing?: boolean;Defined in: models/users.ts:54
Подписаны ли вы на этого пользователя.
username
ts
username: string;Defined in: models/users.ts:49