usync, chat: get bot profile info and get bot list
This commit is contained in:
@@ -3,6 +3,7 @@ export class USyncUser {
|
||||
lid: string
|
||||
phone: string
|
||||
type: string
|
||||
personaId: string
|
||||
|
||||
withId(id: string) {
|
||||
this.id = id
|
||||
@@ -24,4 +25,8 @@ export class USyncUser {
|
||||
return this
|
||||
}
|
||||
|
||||
}
|
||||
withPersonaId(personaId: string) {
|
||||
this.personaId = personaId
|
||||
return this
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user