PhotoContent

data class PhotoContent(mediaCollection: Photo, text: String?, textSources: TextSourcesList) : MediaCollectionContent<PhotoSize> , VisualMediaGroupContent

Functions

asInputMedia
Link copied to clipboard
common
open override fun asInputMedia(): InputMediaPhoto
createResend
Link copied to clipboard
common
open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<PhotoContent>>
toMediaGroupMemberInputMedia
Link copied to clipboard
common
open override fun toMediaGroupMemberInputMedia(): InputMediaPhoto

Properties

media
Link copied to clipboard
common
open override val media: PhotoSize
mediaCollection
Link copied to clipboard
common
open override val mediaCollection: Photo
text
Link copied to clipboard
common
open override val text: String? = null
textEntities
Link copied to clipboard
common
open val textEntities: List<TextPart>
Here must be full list of entities.
textSources
Link copied to clipboard
common
open override val textSources: TextSourcesList