mwbot-ts - v1.2.7
Preparing search index...
api_types
ApiResponseCentralUserInfo
Interface ApiResponseCentralUserInfo
Generated by
ApiQueryUserInfo::getCentralUserInfo
.
interface
ApiResponseCentralUserInfo
{
attachedlocal
?:
{
[
provider
:
string
]:
boolean
}
;
attachedwik
?:
{
[
provider
:
string
]:
boolean
}
;
centralids
?:
{
[
provider
:
string
]:
number
}
;
}
Hierarchy (
View Summary
)
ApiResponseCentralUserInfo
_CentralUserInfo
ApiResponseQueryMetaUserinfo
ApiResponseQueryListAllusers
ApiResponseQueryListUsers
Index
Properties
attachedlocal?
attachedwik?
centralids?
Properties
Optional
attachedlocal
attachedlocal
?:
{
[
provider
:
string
]:
boolean
}
Optional
attachedwik
attachedwik
?:
{
[
provider
:
string
]:
boolean
}
Optional
centralids
centralids
?:
{
[
provider
:
string
]:
number
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachedlocal
attachedwik
centralids
mwbot-ts - v1.2.7
Loading...
Generated by
ApiQueryUserInfo::getCentralUserInfo
.