InputChatPhoto constructor

const InputChatPhoto({
  1. required InputPhotoBase id,
})

Input Chat Photo constructor.

Implementation

const InputChatPhoto({required this.id}) : super._();