PhotoContent

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

Functions

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

Properties

Link copied to clipboard
open override val media: PhotoSize
Link copied to clipboard
open override val mediaCollection: Photo
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val textSources: TextSourcesList

Full list of TextSources