update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
export type UpdateSettingsResponse = "";
|
||||
export declare enum UpdateSettingsType {
|
||||
ViewBirthday = "view_birthday",
|
||||
ShowOnlineStatus = "show_online_status",
|
||||
DisplaySeenStatus = "display_seen_status",
|
||||
ReceiveMessage = "receive_message",
|
||||
AcceptCall = "accept_stranger_call",
|
||||
AddFriendViaPhone = "add_friend_via_phone",
|
||||
AddFriendViaQR = "add_friend_via_qr",
|
||||
AddFriendViaGroup = "add_friend_via_group",
|
||||
AddFriendViaContact = "add_friend_via_contact",
|
||||
DisplayOnRecommendFriend = "display_on_recommend_friend",
|
||||
ArchivedChat = "archivedChatStatus",
|
||||
QuickMessage = "quickMessageStatus"
|
||||
}
|
||||
export declare const updateSettingsFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (type: UpdateSettingsType, value: number) => Promise<"">;
|
||||
Reference in New Issue
Block a user