EditMessageSchedulingState constructor
const
EditMessageSchedulingState({
- required int chatId,
- required int messageId,
- MessageSchedulingState? schedulingState,
Edits the time when a scheduled message will be sent. Scheduling state of all messages in the same album or forwarded together with the message will be also changed
Implementation
const EditMessageSchedulingState({
required this.chatId,
required this.messageId,
this.schedulingState,
});