MessagesSetHistoryTTL constructor
const
MessagesSetHistoryTTL({
- required InputPeerBase peer,
- required int period,
Messages Set History T T L constructor.
Implementation
const MessagesSetHistoryTTL({required this.peer, required this.period})
: super._();