Options
All
  • Public
  • Public/Protected
  • All
Menu
brief

删除好友添加请求未决信息接口的参数

param

params

param

user_data: 用户自定义数据

   params: {
friendship_delete_pendency_param_type?: TIMFriendPendencyType; // 删除好友添加请求未决的类型
friendship_delete_pendency_param_identifier_array?: [string]; // 删除好友未决请求的UserID列表
};

Hierarchy

  • DeletePendencyParams

Index

Properties

Properties

params

params: { friendship_delete_pendency_param_identifier_array?: [string]; friendship_delete_pendency_param_type?: TIMFriendPendencyType }

Type declaration

  • Optional friendship_delete_pendency_param_identifier_array?: [string]
  • Optional friendship_delete_pendency_param_type?: TIMFriendPendencyType

Optional user_data

user_data: string

Generated using TypeDoc