Class: Telebot::UserProfilePhotos

Inherits:
Object
  • Object
show all
Defined in:
lib/telebot/objects/user_profile_photos.rb

Overview

This object represent a user’s profile pictures.

Instance Attribute Summary collapse

Instance Attribute Details

#photosObject

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