Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
GroupRequestToJoinReceivedEventPayload
Interface GroupRequestToJoinReceivedEventPayload
收到入群申请事件的载荷。
interface
GroupRequestToJoinReceivedEventPayload
{
groupId
:
string
;
groupName
?:
string
;
applicant
?:
UserInfo
;
reason
?:
string
;
}
Index
Properties
group
Id
group
Name?
applicant?
reason?
Properties
Readonly
group
Id
groupId
:
string
群组 ID。
Optional
Readonly
group
Name
groupName
?:
string
群组名称。
Optional
Readonly
applicant
applicant
?:
UserInfo
发起入群申请的用户资料。
Optional
Readonly
reason
reason
?:
string
入群申请附言。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
group
Name
applicant
reason
IM SDK Web API 文档
Loading...
收到入群申请事件的载荷。