InputChatPhotoPrevious constructor
const
InputChatPhotoPrevious({
- required int chatPhotoId,
A previously used profile photo of the current user
Implementation
const InputChatPhotoPrevious({
required this.chatPhotoId,
});