data class InputMediaPhoto : InputMedia, MediaGroupMemberInputMedia
(source)
(common)
<init> |
InputMediaPhoto(file: InputFile, caption: String? = null, parseMode: ParseMode? = null) |
(common)
arguments |
val arguments: Map<String, Any?> |
(common)
caption |
val caption: String? |
(common)
file |
val file: InputFile |
(common)
media |
val media: String |
(common)
parseMode |
val parseMode: ParseMode? |
(common)
type |
val type: String |
(common)
serialize |
fun serialize(format: StringFormat): String |