SetChatPhoto constructor

SetChatPhoto(
  1. {required int chat_id,
  2. InputChatPhoto? photo,
  3. int? extra,
  4. int? clientId}
)

Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right

Returns Ok

Implementation

SetChatPhoto