SetBotProfilePhoto constructor

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

Implementation

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