InputChatPhotoPrevious constructor

InputChatPhotoPrevious({
  1. String? extra,
  2. int? client_id,
  3. int64? chat_photo_id,
})

Implementation

InputChatPhotoPrevious({
  super.extra,
  super.client_id,
  this.chat_photo_id,
});