inputChatPhotoPrevious property

InputChatPhotoPrevious? inputChatPhotoPrevious

A previously used profile photo of the current user

Implementation

InputChatPhotoPrevious? get inputChatPhotoPrevious {
  if (this is InputChatPhotoPrevious) {
    return this as InputChatPhotoPrevious;
  }
  return null;
}