Function get_chat_notification_settings_exceptions

Source
pub async fn get_chat_notification_settings_exceptions(
    scope: Option<NotificationSettingsScope>,
    compare_sound: bool,
    client_id: i32,
) -> Result<Chats, Error>
Expand description

Returns the list of chats with non-default notification settings for new messages

ยงArguments

  • scope - If specified, only chats from the scope will be returned; pass null to return chats from all scopes
  • compare_sound - Pass true to include in the response chats with only non-default sound
  • client_id - The client id to send the request to