SetChatNotificationSettings constructor

SetChatNotificationSettings(
  1. {required int chat_id,
  2. required ChatNotificationSettings notification_settings,
  3. int? extra,
  4. int? clientId}
)

Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed

Returns Ok

Implementation

SetChatNotificationSettings