Class: Telebot::UserProfilePhotos
- Inherits:
-
Object
- Object
- Telebot::UserProfilePhotos
- Defined in:
- lib/telebot/objects/user_profile_photos.rb
Overview
This object represent a user’s profile pictures.
Instance Attribute Summary collapse
-
#photos ⇒ Object
Requested profile pictures (in up to 4 sizes each).
Instance Attribute Details
#photos ⇒ Object
Requested profile pictures (in up to 4 sizes each)
10 11 12 |
# File 'lib/telebot/objects/user_profile_photos.rb', line 10 def photos @photos end |