1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 18:20:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types/-user-profile-photos/index.md
2021-03-17 15:18:37 +00:00

1.3 KiB

//docs/dev.inmo.tgbotapi.types/UserProfilePhotos

UserProfilePhotos

[common] data class UserProfilePhotos(count: Int, photos: List<Photo>)

Properties

Name Summary
count [common] val count: Int
photos [common] val photos: List<Photo>