KtGram
Toggle table of contents
7.8.0
common
Platform filter
common
Switch theme
Search in API
KtGram
ktgram-utils
/
eu.vendeli.ktgram.extutils
/
photo
photo
inline
fun
TelegramBot
.
photo
(
file
:
ImplicitFile
)
:
SendPhotoAction
(
source
)
inline
fun
TelegramBot
.
photo
(
noinline
block
:
(
)
->
String
)
:
SendPhotoAction
(
source
)
inline
fun
TelegramBot
.
photo
(
ba
:
ByteArray
)
:
SendPhotoAction
(
source
)
inline
fun
TelegramBot
.
photo
(
file
:
InputFile
)
:
SendPhotoAction
(
source
)