mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
删除一些过时的接口
This commit is contained in:
parent
ef9189055c
commit
1a4c2cabfd
@ -105,11 +105,6 @@ export enum ActionName {
|
|||||||
ForwardFriendSingleMsg = 'forward_friend_single_msg',
|
ForwardFriendSingleMsg = 'forward_friend_single_msg',
|
||||||
ForwardGroupSingleMsg = 'forward_group_single_msg',
|
ForwardGroupSingleMsg = 'forward_group_single_msg',
|
||||||
TranslateEnWordToZn = 'translate_en2zh',
|
TranslateEnWordToZn = 'translate_en2zh',
|
||||||
GetGroupFileCount = 'get_group_file_count',
|
|
||||||
GetGroupFileList = 'get_group_file_list',
|
|
||||||
SetGroupFileFolder = 'set_group_file_folder',
|
|
||||||
DelGroupFile = 'del_group_file',
|
|
||||||
DelGroupFileFolder = 'del_group_file_folder',
|
|
||||||
SetMsgEmojiLike = 'set_msg_emoji_like',
|
SetMsgEmojiLike = 'set_msg_emoji_like',
|
||||||
GoCQHTTP_SendForwardMsg = 'send_forward_msg',
|
GoCQHTTP_SendForwardMsg = 'send_forward_msg',
|
||||||
MarkPrivateMsgAsRead = 'mark_private_msg_as_read',
|
MarkPrivateMsgAsRead = 'mark_private_msg_as_read',
|
||||||
@ -125,7 +120,7 @@ export enum ActionName {
|
|||||||
FetchEmojiLike = 'fetch_emoji_like',
|
FetchEmojiLike = 'fetch_emoji_like',
|
||||||
SetInputStatus = 'set_input_status',
|
SetInputStatus = 'set_input_status',
|
||||||
GetGroupInfoEx = 'get_group_info_ex',
|
GetGroupInfoEx = 'get_group_info_ex',
|
||||||
GetGroupIgnoredNotifies = 'get_group_ignored_notifies',
|
GetGroupIgnoreAddRequest = 'get_group_ignore_add_request',
|
||||||
DelGroupNotice = '_del_group_notice',
|
DelGroupNotice = '_del_group_notice',
|
||||||
FetchUserProfileLike = 'fetch_user_profile_like',
|
FetchUserProfileLike = 'fetch_user_profile_like',
|
||||||
FriendPoke = 'friend_poke',
|
FriendPoke = 'friend_poke',
|
||||||
@ -137,7 +132,6 @@ export enum ActionName {
|
|||||||
|
|
||||||
GetGuildList = 'get_guild_list',
|
GetGuildList = 'get_guild_list',
|
||||||
GetGuildProfile = 'get_guild_service_profile',
|
GetGuildProfile = 'get_guild_service_profile',
|
||||||
GetGroupIgnoreAddRequest = 'get_group_ignore_add_request',
|
|
||||||
// Debug = 'debug',
|
// Debug = 'debug',
|
||||||
// TestApi01 = 'test_api_01',
|
// TestApi01 = 'test_api_01',
|
||||||
// UploadForwardMsg = "upload_forward_msg",
|
// UploadForwardMsg = "upload_forward_msg",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user