menu
tdlib2 package
documentation
td_api.dart
UpdateChatHasProtectedContent
UpdateChatHasProtectedContent.new constructor
UpdateChatHasProtectedContent.new constructor
dark_mode
light_mode
UpdateChatHasProtectedContent
constructor
UpdateChatHasProtectedContent
(
{
required
int
chatId
,
required
bool
hasProtectedContent
,
})
Implementation
UpdateChatHasProtectedContent({ required this.chatId, required this.hasProtectedContent, });
tdlib2 package
documentation
td_api
UpdateChatHasProtectedContent
UpdateChatHasProtectedContent.new constructor
UpdateChatHasProtectedContent class