SetBotProfilePhoto constructor
const
SetBotProfilePhoto({
- required int botUserId,
- InputChatPhoto? photo,
Changes a profile photo for a bot
Implementation
const SetBotProfilePhoto({
required this.botUserId,
this.photo,
});