SetBotProfilePhoto constructor

const SetBotProfilePhoto({
  1. required int botUserId,
  2. InputChatPhoto? photo,
})

Changes a profile photo for a bot

Implementation

const SetBotProfilePhoto({
  required this.botUserId,
  this.photo,
});