- Namespace
- OpenTl
.ClientApi .Services .Interfaces
graph TD
Type["IContactsService"]
class Type type-node
Syntax
public interface IContactsService
Methods
Name | Value | Summary |
---|---|---|
DeleteContactAsync |
Task |
Delete user from contacts
|
DeleteContactsAsync |
Task |
Delete users from contacts
|
GetContactsAsync |
Task |
Returns the current user’s contact list
|
GetStatusesAsync |
Task |
|
ImportContactsAsync |
Task |
Import contacts to the server
|
SearchUserAsync |
Task |
Serch user or chat. By default the limit is 10.
|