StickerSurrogate

fun StickerSurrogate(    file_id: FileId,     file_unique_id: FileUniqueId,     width: Int,     height: Int,     is_animated: Boolean? = null,     is_video: Boolean? = null,     thumb: PhotoSize? = null,     emoji: String? = null,     set_name: StickerSetName? = null,     mask_position: MaskPosition? = null,     file_size: Long? = null,     premium_animation: File? = null)