会话是否置顶
static Future<bool> isStickTop(String teamId) { return getIt<MessageProvider>().isStickSession(teamId, NIMSessionType.team); }