SetBotProfilePhoto constructor
SetBotProfilePhoto({
- required int botUserId,
- InputChatPhoto? photo,
Implementation
SetBotProfilePhoto({required this.botUserId, this.photo});