SetForumTopicNotificationSettings constructor
SetForumTopicNotificationSettings({
- String? extra,
- int? client_id,
- int53? chat_id,
- int53? message_thread_id,
- ChatNotificationSettings? notification_settings,
Implementation
SetForumTopicNotificationSettings({
super.extra,
super.client_id,
this.chat_id,
this.message_thread_id,
this.notification_settings,
});