itd-api / Actor
Interface: Actor
Defined in: types/models.ts:105
Участник события в уведомлении.
Отличается от Author набором полей: вместо значков приходит связь с вами.
Properties
avatar
ts
avatar: string;Defined in: types/models.ts:110
Эмодзи-аватар, см. Author.avatar.
displayName
ts
displayName: string;Defined in: types/models.ts:108
id
ts
id: string;Defined in: types/models.ts:106
isFollowedBy?
ts
optional isFollowedBy?: boolean;Defined in: types/models.ts:114
Подписан ли он на вас.
isFollowing?
ts
optional isFollowing?: boolean;Defined in: types/models.ts:112
Подписаны ли вы на этого пользователя.
username
ts
username: string;Defined in: types/models.ts:107