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

检测好友的类型接口的参数

param

user_data: 用户自定义数据

param

params的参数如下

   params: {
friendship_check_friendtype_param_check_type?: TIMFriendType; // 要检测的好友类型
friendship_check_friendtype_param_identifier_array?: [string]; // 要检测的好友UserID列表
};

Hierarchy

  • CheckFriendTypeParams

Index

Properties

Properties

params

params: { friendship_check_friendtype_param_check_type?: TIMFriendType; friendship_check_friendtype_param_identifier_array?: [string] }

Type declaration

  • Optional friendship_check_friendtype_param_check_type?: TIMFriendType
  • Optional friendship_check_friendtype_param_identifier_array?: [string]

Optional user_data

user_data: string

Generated using TypeDoc