StoryGroupCustomIconSize

data class StoryGroupCustomIconSize(type: StoryGroupCustomIconType, size: Int)

This class represents available StoryGroup size customization options.

Constructors

StoryGroupCustomIconSize
Link copied to clipboard
fun StoryGroupCustomIconSize(type: StoryGroupCustomIconType, size: Int)

Properties

size
Link copied to clipboard
val size: Int
type
Link copied to clipboard
val type: StoryGroupCustomIconType