MessageActionChatEditPhoto constructor

const MessageActionChatEditPhoto({
  1. required PhotoBase photo,
})

Message Action Chat Edit Photo constructor.

Implementation

const MessageActionChatEditPhoto({required this.photo}) : super._();