copyWith method
Implementation
SetBotProfilePhoto copyWith({
int? botUserId,
InputChatPhoto? photo,
}) =>
SetBotProfilePhoto(
botUserId: botUserId ?? this.botUserId,
photo: photo ?? this.photo,
);
SetBotProfilePhoto copyWith({
int? botUserId,
InputChatPhoto? photo,
}) =>
SetBotProfilePhoto(
botUserId: botUserId ?? this.botUserId,
photo: photo ?? this.photo,
);