bot types

This commit is contained in:
Evgeny Poberezkin
2026-07-14 17:14:26 +01:00
parent 9b6b8089c2
commit eebd00a5dd
3 changed files with 6 additions and 0 deletions
@@ -3010,6 +3010,7 @@ export interface LocalProfile {
displayName: string
fullName: string
shortDescr?: string
description?: string
image?: string
contactLink?: string
preferences?: Preferences
@@ -3412,6 +3413,7 @@ export interface Profile {
displayName: string
fullName: string
shortDescr?: string
description?: string
image?: string
contactLink?: string
preferences?: Preferences