UpdateMessageIsPinned constructor
const
UpdateMessageIsPinned({})
The message pinned state was changed
Implementation
const UpdateMessageIsPinned({
required this.chatId,
required this.messageId,
required this.isPinned,
this.extra,
this.clientId,
});