mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-19 12:54:04 +00:00
bot types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user