TelegramPhotoSizesImage

@SerialName(value = "telegram.m.photo_image.photo_sizes")
class TelegramPhotoSizesImage : TelegramPhotoImage(source)

An TelegramPhotoImage implementation containing a list of PhotoSize is a type parsed by message events.

The id value defaults to the PhotoSize.fileId of the first element in sources.

Properties

Link copied to clipboard
open override val id: ID

The file id of this photo. See PhotoSize.file_id in the documentation

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String