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

Friend request response

param params

params

param user_data

user_data: User-defined data

   params: {
friend_respone_identifier?: string; // UserID of the friend request response
friend_respone_action?: TIMFriendResponseAction; // Action of the friend request response
friend_respone_remark?: string; // Friend remarks
friend_respone_group_name?: string; // List of friend lists
};

Hierarchy

  • HandleFriendAddParams

Index

Properties

Properties

params

params: { friend_respone_action?: TIMFriendResponseAction; friend_respone_group_name?: string; friend_respone_identifier?: string; friend_respone_remark?: string }

Type declaration

  • Optional friend_respone_action?: TIMFriendResponseAction
  • Optional friend_respone_group_name?: string
  • Optional friend_respone_identifier?: string
  • Optional friend_respone_remark?: string

Optional user_data

user_data?: string

Generated using TypeDoc