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