Regular
data class Regular(val userId: UserId, val name: StickerSetName, val title: String, val stickers: List<InputSticker.WithKeywords.Regular>) : CreateNewStickerSet
Constructors
Link copied to clipboard
constructor(userId: UserId, name: StickerSetName, title: String, stickers: List<InputSticker.WithKeywords.Regular>)