in Sources/Bridget/native.swift [714:725]
func unfollow(topic: Topic) throws -> Bool
///
/// - Parameters:
/// - topic:
/// - Returns: Bool
/// - Throws:
func isFollowing(topic: Topic) throws -> Bool
}
open class NotificationsClient : TClient /* , Notifications */ {