InputProfilePhotoType

class aiogram.enums.input_profile_photo_type.InputProfilePhotoType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

This object represents input profile photo type

Source: https://core.telegram.org/bots/api#inputprofilephoto

STATIC = 'static'
ANIMATED = 'animated'