UpdateChatPhoto constructor
UpdateChatPhoto({
- String? extra,
- int? client_id,
- int53? chat_id,
- ChatPhotoInfo? photo,
Implementation
UpdateChatPhoto({
super.extra,
super.client_id,
this.chat_id,
this.photo,
});