SendChatScreenshotTakenNotification constructor
const
SendChatScreenshotTakenNotification({
- required int chatId,
Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats
Implementation
const SendChatScreenshotTakenNotification({
required this.chatId,
});