toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.generic.userinfo
/
CheckJoinedMiniGallery
/
Gallery
Gallery
data
class
Gallery
(
val
title
:
String
,
val
id
:
String
,
val
hide
:
Int
)
Members
Constructors
Gallery
Link copied to clipboard
constructor
(
title
:
String
,
id
:
String
,
hide
:
Int
)
Properties
hide
Link copied to clipboard
val
hide
:
Int
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String